How do I get the second element in the first row, like 19200 in the picture
1 回表示 (過去 30 日間)
古いコメントを表示
1 件のコメント
Benjamin Thompson
2022 年 11 月 21 日
How is this information stored? As a text file? You can use fopen and fscanf to read data from a text file line by line.
採用された回答
Prateek
2022 年 11 月 24 日
Hello zl,
As per the image, there seem to be two elements in the same cell, which would require delimiting the data.
For better assistance, I would request you to share the data file.
Regards,
Prateek
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Low-Level File I/O についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!