help-octave
[Top][All Lists]
Advanced

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

Re: why is importing script files so slow?


From: lowerbound
Subject: Re: why is importing script files so slow?
Date: Tue, 9 May 2006 19:30:24 -0700 (PDT)

OK. Thank you very much.

Loading data files is much faster than writing script files.

I wrote in the script files as follows, "M = [ 1 0; 0 1]".  (256 x 256 in my
example)
I think the reason of slow loading is that octave does not know the size of
the matrix until it parses the whole file. And when loading data files the
size of matrix is specified explicitly.
--
View this message in context: 
http://www.nabble.com/why-is-importing-script-files-so-slow--t1587799.html#a4312207
Sent from the Octave - General forum at Nabble.com.



reply via email to

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