help-octave
[Top][All Lists]
Advanced

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

Re: saving files without header SOLVED


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

Thanks a lot Dmitri!

Pjotr

Dmitri A. Sergatskov wrote:
Dmitri A. Sergatskov wrote:



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


Oops:

fprintf(fid, "%g ", frequency);

Sorry about that.

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]