MATLAB: Question for dlmread – why doesn’t it work

myfile.txt

data(myfile.txt) is
96 77 62 41 6 21 2 42
24 46 80 94 36 20 75 85
61 2 93 92 82 61 45 53
49 83 74 42 1 28 94 21
90 45 18 90 14 20 47 68
i used command as;
dlmread('myfile.txt', '\t', 0, 0)
ans= 96
77
62
41
6
21
is should display original 5×8.. why the answer looks like this?

Best Answer

on my laptop