help-octave
[Top][All Lists]
Advanced

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

Re: Warnings suppression in save commands


From: Bill Denney
Subject: Re: Warnings suppression in save commands
Date: Thu, 22 Sep 2005 22:15:28 -0400 (EDT)

I'm not positive if this would work, but you could just redirect the output couldn't you? If this is an acceptable solution for you, you can do it like:

octave > /dev/null 2> /dev/null

There is a better way to do it, but that should work.

Bill

On Thu, 22 Sep 2005, address@hidden wrote:

Hi all.
I have a problem with the "save" command in Octave v2.1.50 under Linux.
I'm launching Octave with the "silent" option activated, since I need to
work in batch mode and I want no outputs to screen
If I try to save a variable whose value is NaN, Octave issues the
following warning message:

"warning: save: Inf or NaN values may not be reloadable"

Ok, now that I know it (and I know that in my case I have no troubles in
reloading the variables),
how can I get Octave not to issue this message every time I run my
script?

I tried to:
- read Octave user manual;
- search in the archive of this mailing list
- ask my colleagues
- ... what else...

but I could't manage to find my way out.

Ciao,
Lorenzo



--
"In the long run, we're all dead."  -- John Maynard Keynes



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