cell2csv bug?
John W. Eaton
jwe at octave.org
Tue May 26 16:45:48 CDT 2009
On 26-May-2009, gianluca.ciuffo at fastwebnet.it wrote:
| The function cell2csv export in file csv maximum the first six figures of a deci
| mal number (comprehensive dot) and doesn't consider the rest.
| For example if i have a cell A={888888888} or A={10000.95} then i use cell2csv('
| NN.csv',A).
| When i open the file csv NN I see in the first case 888889 instea
| d of 888888888 and in the second case 10001 instead of 10000.95.
| Is it a bug? Or Am I doing something wrong?
|
| Thanks in advance for your help
The cell2csv function is part of the Octave Forge miscellaneous
package, not Octave, so please report the problem to the maintainer of
the Octave Forge miscellaneous package.
jwe
More information about the Bug-octave
mailing list