how to read .std files in matlab otherthan import data
6 ビュー (過去 30 日間)
古いコメントを表示
.std files are generally read in notepad or some other files. how to read them in matlab. any answer welcome. thanks in advance
0 件のコメント
回答 (1 件)
Jan
2018 年 3 月 16 日
It depends on how you want to parse the contents of the file. Maybe all you need is
str = fileread(FileName);
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!