help-octave
[Top][All Lists]
Advanced

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

maximum commandline length


From: John W. Eaton
Subject: maximum commandline length
Date: Tue, 6 Mar 2001 09:38:24 -0600

On  6-Mar-2001, Daniel Heiserer <address@hidden> wrote:

| how long can a commandline for the parser be?

Octave does not place an explicit limit on it.

| I ask, because I want to know how large data can be, which  I pass to
| octave via the commandline like this:
| 
| 
a=[23,23,23,23,23,23,23,23,23,23,23,23,23......;..,..,..,..,.........;.......];

This is a very inefficient way to insert large amounts of data into
Octave.  It is better to use a data file.  If you have really large
amounts of data, binary data files are better.

jwe



-------------------------------------------------------------
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]