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: Jordi Gutiérrez Hermoso
Subject: Re: saving data without the header
Date: Mon, 23 Jan 2012 07:23:54 -0500

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.

HTH,
- Jordi G. H.


reply via email to

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