help-octave
[Top][All Lists]
Advanced

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

file output


From: octave_newbie
Subject: file output
Date: Thu, 15 Mar 2012 08:50:19 -0700 (PDT)

I have an additional question regarding file outputs.

If I have a string matrix (I have a matrix of hex-colors), for example:

COLORS = [FFB400
FFB400
FFA400
FFA400
FF9400];

When I save to file using the command:

save output.txt COLORS

I get annoying # messages every other line. Is there a way to suppress
those?

Output file:
# elements: 10174
# length: 6
FFB400
# length: 6
FFB400
# length: 6
FFA400
# length: 6
FFA400
# length: 6
FF9400


--
View this message in context: 
http://octave.1599824.n4.nabble.com/file-output-tp4475430p4475430.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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