help-octave
[Top][All Lists]
Advanced

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

Re: save function


From: Mike Miller
Subject: Re: save function
Date: Sun, 6 Mar 2005 21:18:53 -0600 (CST)

On Sun, 6 Mar 2005, Paul Kienzle wrote:

Try dlmwrite from octave-forge. Use a delimiter of ' ' because the default is ','.

As long as you do it that way, you will be hearing complaints.

We aspire to make Octave compatible with MATLAB, but MATLAB does not add header lines to its save -ascii output. MATLAB just saves the data in a space-delimited format (but they use two spaces before each value instead of one space). I like Octave's "save -ascii" except that I rarely want the header lines.

dlmwrite sounds like a nice function though.

Mike



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