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 14:46:33 -0800 (PST)



----- Original Message -----
> From: Mike Miller <address@hidden>
> To: Octave Help List <address@hidden>
> Cc:
> Sent: Friday, January 24, 2014 10:43 PM
> Subject: Re: Crash
>
> On Fri, Jan 24, 2014 at 12:31:16 -0800, biogas-1 wrote:
>> Well, no, that ">" symbol was what the Octave interpreter put
> out.  Type it
>> without the ">" and it crashes, at least on windows.
>
> Yes, this crashes Octave 3.6.4 for me on Linux, both with "\" and
> "..." as line continuation markers.
>
> It does not crash Octave 3.8.0, so this has been fixed. Also note that
> using "\" as a line continuation is deprecated in version 3.8.0,
> you
> should use the Matlab ... syntax to break long lines.
>
> HTH,
>
> --
> mike
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>

OK, I  copy-pasted the following text:

lt = @(c,t) polyfit ( [ \
3 ] , t )

- I hope this time it is correct. Screen output:
"
octave:1> lt = @(c,t) polyfit ( [ \
> 3 ] , t )
lt =

@(c, t) polyfit ([3], t)

octave:2>       
"

- still no crash.

Regards,
  Sergei.            


reply via email to

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