excel worksheet in matlab
2 次查看(过去 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!