string extraction from txt file
古いコメントを表示
Hi Matlab community!
I have a txt file which cointains n #rows and i want to extract the strings for each row with a for Cycle.
Importing the txt i have a textdata string like:

so i'd like to extract, starting from row #2, the contents in column 2 for each row (in this case there's just 1 row i'm interested to).
Which is the best way to do it?
Many Many thanks to everyone!!
回答 (1 件)
Prabakar kg
2022 年 5 月 20 日
0 投票
Please check readtable. This can help you read the data from txt and spreadsheet files as MATLAB table. Hope this helps!
カテゴリ
ヘルプ センター および File Exchange で Desktop についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!