Anybody know how to import excel file or other (table) using MATLAB MOBILE?
21 次查看(过去 30 天)
显示 更早的评论
I don't know how.. please help. Thank you
0 个评论
回答(1 个)
the cyclist
2019-11-14
If the Excel file is available in your MATLAB Drive, then you have a variety of options. One simple one is readtable.
tbl = readtable('filename.xls');
社区
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Use COM Objects in MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!