help-octave
[Top][All Lists]
Advanced

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

saving files without header


From: peter plessas
Subject: saving files without header
Date: Tue, 03 May 2005 14:46:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.7.7) Gecko/20050419 Debian/1.7.7-2

Dear List Members.

trying to save the contents of one variable (column vector) into a text file for use in another program (puredata). Already managed to exclude the default header by using:

save_header_format_string=""

but i'd like to remove the information about the variable name as well, just leaving the data itself. Short: How do i disable saving of..

# name: frequency
# type: matrix
# rows: 300
# columns: 1

i use the following save string:

#no header
save_header_format_string="";

#write out to file
save -text "1_frequency.tmp" frequency;

thanks for any help!

Peter P.



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