How to import my excel sheet?
1 view (last 30 days)
Show older comments
I would like to import my excel sheet in such a way that it should spilt my data in matrix,textdata in a cell array and character variable name representing serial number name like "AP" Thanks
1 Comment
Answers (1)
Image Analyst
on 22 Feb 2014
Did you see xlsread()?
[numbers, textData, rawData] = xlsread(fullFileName);
0 Comments
See Also
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!