help-octave
[Top][All Lists]
Advanced

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

Re: saving files without header


From: Dmitri A. Sergatskov
Subject: Re: saving files without header
Date: Tue, 03 May 2005 07:54:21 -0600
User-agent: Mozilla Thunderbird (X11/20050322)

peter plessas wrote:
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

fid = fopen("1_frequency.tmp","w");
fprintf("%g ",frequency);
fclose(fid);


Peter P.


Dmitri.
--



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