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, 3 May 2005 09:03:53 -0500
User-agent: Mozilla Thunderbird (X11/20050322)

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]