help-octave
[Top][All Lists]
Advanced

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

Re: How to suppress unneeded output while using "save"


From: Robert A. Macy
Subject: Re: How to suppress unneeded output while using "save"
Date: Tue, 06 Dec 2005 09:32:34 -0800

Assuming you saved the variable like this...

>> save -ascii "variable.txt" variable;

I then use notepad, open the file, block the header, and
delete it.  Then save, and done.  














...youse guys can stop laughing now.

                - Robert -

On Tue,  6 Dec 2005 12:11:18 +0100
 address@hidden wrote:
> Dear ladies and gentlemen!
> I use the command "save" to save  a matrix in a
> data-file. That works pretty
> well.
> But octave also writes the following information in this
> data-file:
> 
> # Created by Octave 2.1.57, Sun Dec 04 12:37:37 2005 
> # name: speedsc1
> # type: matrix
> # rows: 30
> # columns: 337
> 
> How can I suppress this additional output?
> 
> 
> Thank you very much!
> 
> Claudia Paladini
> 



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