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!