help-octave
[Top][All Lists]
Advanced

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

saving data without the header


From: Jean Dupont
Subject: saving data without the header
Date: Mon, 23 Jan 2012 10:08:55 +0100

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?

thanks
Jean

reply via email to

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