[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 06:06:04 -0800 (PST) |
This post has NOT been accepted by the mailing list yet.
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-tp4646369.html
Sent from the Octave - General mailing list archive at Nabble.com.