help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash


From: Sergei Steshenko
Subject: Re: Crash
Date: Fri, 24 Jan 2014 11:13:39 -0800 (PST)







>________________________________
> From: biogas-1 <address@hidden>
>To: address@hidden 
>Sent: Friday, January 24, 2014 6:48 PM
>Subject: Crash
> 
>
>\preamble
>Running Octave on Windows 7.
>octave:5> version
>ans = 3.6.4
>octave:6>
>
>\body
>When I type the following, it's all OK:
>
>octave:1> lt = @(c,t) polyfit ( [ 3 ] , t )
>lt =
>
>@(c, t) polyfit ([3], t)
>
>But when I break the line up, it crashes:
>
>octave:2> lt = @(c,t) polyfit ( [ \
>> 3 ] , t )
>
>It gives me some kind of error about an assertion failing and then the
>window rapidly closes.
>
>
>
>-----


On Linux:

"

lt = @(c,t) polyfit ( [ \
> > 3 ] , t )
parse error:

  syntax error

>>> > 3 ] , t )
"

- no crash.

Regards,
  Sergei.            ^


reply via email to

[Prev in Thread] Current Thread [Next in Thread]