help-octave
[Top][All Lists]
Advanced

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

Re: Help-octave Digest, Vol 27, Issue 36


From: c.
Subject: Re: Help-octave Digest, Vol 27, Issue 36
Date: Thu, 19 Jun 2008 20:01:10 +0200


On 19/giu/08, at 18:50, DimitryASuplatov wrote:

Hello,
I want to load some 100000 values into octave using an internal script
like

#!/bin/sh
octave << EOF
a = load filename
...
EOF

#!/bin/sh
octave -q << EOF
a = load filename;
...
EOF


This make octave to print all the 100000 values to the screen. This is
very disappointing and slow.

Is there any way to make a quiet data input using "load" or something
else?

Thanks.

c.



reply via email to

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