help-octave
[Top][All Lists]
Advanced

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

Crash


From: biogas-1
Subject: Crash
Date: Fri, 24 Jan 2014 08:48:22 -0800 (PST)

\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.



-----
Hefty, hefty, hefty!
--
View this message in context: 
http://octave.1599824.n4.nabble.com/Crash-tp4661349.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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