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 14:00:37 -0600
User-agent: Mozilla Thunderbird (X11/20050322)



fred wrote:
Keith Goodman a écrit :

fprintf(fid,"%g,",a);
fprintf(fid,"\n");
fprintf(fid,"%g,",b);
fprintf(fid,"\n");
fprintf(fid,"%g,",c);

No, beacause I want my tabs on 3 columns.


fprintf(fid, "%f %f %f\n", [a;b;c])

Regards,

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]