help-octave
[Top][All Lists]
Advanced

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

Re: problem with matrix "undefined near line 1 column 1"


From: Doug Stewart
Subject: Re: problem with matrix "undefined near line 1 column 1"
Date: Thu, 27 Nov 2014 21:14:42 -0500

this code works for me

X=[0 0 0 ]
A=[0 0 0]
while X(3)<4
X=X+[1 1 1];
A=vertcat(A, X);
endwhile
A

On Thu, Nov 27, 2014 at 8:39 PM, tomas92 <address@hidden> wrote:
Actually that is supposed to be an "A". I had written it wirng at first but
corrected it soon afterwards.



--
View this message in context: http://octave.1599824.n4.nabble.com/problem-with-matrix-undefined-near-line-1-column-1-tp4667551p4667554.html
Sent from the Octave - General mailing list archive at Nabble.com.

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave



--
DASCertificate for 206392


reply via email to

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