excel worksheet in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
How do I read a Microsoft Excel worksheet into MATLAB as a table? I know how to read it as csv by
Table=readtable('filename.csv')
but I want to read as xls
0 件のコメント
回答 (1 件)
Ameer Hamza
2020 年 10 月 25 日
1 件のコメント
dpb
2020 年 10 月 25 日
And if the Excel file is complex, better results will usually be had by using detectImportOptions first; simple files are generally brought in as desired.
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!