csvwrite (dlmwrite) bug
John W. Eaton
jwe at octave.org
Wed Jan 14 00:28:38 CST 2009
On 20-Dec-2008, McKell Carter wrote:
| <code>
|
| a = ['h' 'c' 'h' 'c']
| csvwrite('test', a)
|
| </code>
|
| produces a file with:
|
| "104,99,104,99"
|
| while not incorrect, it breaks compatibility with matlab, which writes
| "h,c,h,c"
|
| to the file.
I checked in the following change.
Thanks,
jwe
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
Url: https://www-old.cae.wisc.edu/pipermail/bug-octave/attachments/20090114/5cb2df28/attachment.ksh
More information about the Bug-octave
mailing list