help-octave
[Top][All Lists]
Advanced

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

Re: File size limits in textread()?


From: Keith Goodman
Subject: Re: File size limits in textread()?
Date: Thu, 9 Jun 2005 21:27:13 -0700

On 6/9/05, Keith Goodman <address@hidden> wrote:
> Is it possible to initialize varargout{i} before the loop?
> 
> varargout{1} = repmat(NaN,6000,1);
> ...
> varargout{10} = cell(6000,1);
> 

I guess we don't know ahead of time that there are 6000 rows. Is there
a very fast way to count the number of rows?



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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