help-octave
[Top][All Lists]
Advanced

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

Re: Saving data in append mode


From: Przemek Klosowski
Subject: Re: Saving data in append mode
Date: Tue, 12 Jul 2011 17:32:47 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Lightning/1.0b2 Thunderbird/3.1.10

On 07/12/2011 04:02 PM, Per-Olof Sturesson-2 wrote:
I would like to save data in octave or matlab file format in an existing
file and append more data.

dlmwrite has an -append option, and fopen can be used in append mode. Search for 'append' in the Octave man pages ('doc dlmwrite' , and 's append' while in the documentation reader).

These aren't the default octave/matlab file formats, though, but they can be read in both, of course.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]