help-octave
[Top][All Lists]
Advanced

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

bug in dlmread


From: mallet
Subject: bug in dlmread
Date: Mon, 28 Jun 2010 05:26:08 -0700 (PDT)

Hi,
if i use dlmread on this:
4;5;6
;;;
2;3;4;


;4;;
;;4;
7;8;9;1
;
11;12;;
;;
;;
;

;

the result is :
        0        0        0        0
        4        5        6        0
        0        0        0        0
        2        3        4        0
        0        4        0        0
        0        0        4        0
        7        8        9        1
        0        0        0        0
       11       12        0        0
        0        0        0        0
        0        0        0        0
        0        0        0        0
        0        0        0        0
 But if i replace «;» by tabulation (\t), the result is:
        0        0        0        0
        4        5        6        0
        2        3        4        0
        0        4        0        0
        0        0        4        0
        7        8        9        1
       11       12        0        0

There missing zeros!
(in Matlab, never mind it is «;» or «\t»)


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



reply via email to

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