help-octave
[Top][All Lists]
Advanced

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

Re: saving data without the header


From: Jean Dupont
Subject: Re: saving data without the header
Date: Tue, 24 Jan 2012 16:50:26 +0100

2012/1/23, Jordi GutiƩrrez Hermoso <address@hidden>:
> On 23 January 2012 04:08, Jean Dupont <address@hidden> wrote:
>> When saving data produced with octave like this:
>> save('mydata.dat','y');
>>
>> the file mydata.dat always starts with a header like this:
>>
>> # Created by Octave 3.2.4, Fri Jan 20 20:08:08 2012 CET <address@hidden>
>> # name: y
>> # type: matrix
>> # rows: 69
>> # columns: 5
>>
>> Is there a possibility to suppress this header?
>
> Use the -ascii option.
>
save('test.dat','y') -ascii
This doesn't help, the header is still displayed

Jean


reply via email to

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