help-octave
[Top][All Lists]
Advanced

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

Octave saving matrix of numbers in scientific format


From: pkohvaei
Subject: Octave saving matrix of numbers in scientific format
Date: Sat, 10 Nov 2012 05:54:54 -0800 (PST)

Hey all,

I save my matix of numbers with this command:
save ("-ascii", file_name, matrix_name);
and what relies in the file shows as:
 8.45093460e+001 3.16800000e+001 -1.98000000e+000
 8.45300900e+001 3.16800000e+001 -1.98000000e+000
 ...
how could I make a conversion to float format?


Thank you!



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-saving-matrix-of-numbers-in-scientific-format-tp4646368.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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