import only selected row in file data
2 ビュー (過去 30 日間)
古いコメントを表示
Hi! I have a file .dat like this:
101
190.946 74.1
101
120.903 76.6
101
120.041 76.525
101
119.846 76.5
101
120.206 76.5
101
119.729 76.525
101
119.656 76.525
I would like to import in matlab only the first column without repetitions and NaN.
0 件のコメント
回答 (1 件)
Paul Shoemaker
2018 年 3 月 6 日
編集済み: Paul Shoemaker
2018 年 3 月 6 日
There are countless options for doing this and your problem appears to be fairly general purpose. Take a look at this information page on the topic.
Paul Shoemaker
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Cell Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!