[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: using default for unitialized variable
From: |
Etienne Grossmann |
Subject: |
Re: using default for unitialized variable |
Date: |
Fri, 14 Jul 2000 19:59:18 GMT |
Hello,
what about :
L=10000;
IN=zeros (L,30);
for i=1:L, IN(i,:)=R'; end
?
Etienne
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------