help-octave
[Top][All Lists]
Advanced

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

Re: continuation?


From: José Luis García Pallero
Subject: Re: continuation?
Date: Wed, 12 Feb 2014 14:28:01 +0100

2014-02-12 14:20 GMT+01:00 Vic Norton <address@hidden>:
> What is the new continuation character? Please don't tell me that no
> command or assignment will be allowed to take up more than one line.
>
> Octave 3.6.4
> octave> x = [1 2 3 \
>> 4 5 6]
> x =
>
>    1   2   3   4   5   6
>
> Octave 3.8.0
> octave-cli-3.8.0> x = [1 2 3 \
> warning: using continuation marker \ outside of double quoted strings is
> deprecated and will be removed in a future version of Octave
>> 4 5 6]
> x =
>
>    1   2   3   4   5   6

You can use also
x = [1 2 3 ...
4 5 6];

as in Matlab

>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave



-- 
*****************************************
José Luis García Pallero
address@hidden
(o<
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*****************************************


reply via email to

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