how to read a file and convert to matrix format
显示 更早的评论
i am reading a file which has the values in the form
v -0.141202 5 5
v 3 5 5
v 4 5 5
i want to convert this in the form of a cell ignoring space ie in the form of 3X4 matrix
Thanks in advance
采纳的回答
更多回答(1 个)
Sumit Tandon
2012-9-28
0 个投票
There are several options - e.g. using Import Wizard or TEXTSCAN command.
类别
在 帮助中心 和 File Exchange 中查找有关 Large Files and Big Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!