question for dlmread - why doesn't it work?

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 5x8.. why the answer looks like this?

1 个评论

Post the data formatted as code: http://www.mathworks.com/matlabcentral/answers/13205-tutorial-how-to-format-your-question-with-markup#answer_18099

请先登录,再进行评论。

更多回答(1 个)

Perhaps the original data file switches to spaces instead of tabs.

类别

帮助中心File Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by