trouble importing excel files
显示 更早的评论
I am having trouble importing excel files into matlab. I have matlab version R2013a and whenever I try to use the import tool I get the following error message, "spreadsheet is empty or invalid." What can I do to avoid this message?
回答(1 个)
Azzi Abdelmalek
2013-3-26
Try xlsread function
[a,b,c]=xlsread('yourfolder/yourfile.xls')
类别
在 帮助中心 和 File Exchange 中查找有关 Data Import from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!