trouble importing excel files
Show older comments
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?
Answers (1)
Azzi Abdelmalek
on 26 Mar 2013
Try xlsread function
[a,b,c]=xlsread('yourfolder/yourfile.xls')
Categories
Find more on Data Import from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!