Hello friends, I have an Excel spreadsheet which have 10 columns and 10000 rows. I want to import this spreadsheet to MATLAB. But when I try this, a new window comes with a table, but the table is empty. But it has to be fill with my data. How can I get an Excel data to my workspace? Please help me.
[v,T,vT]=xlsread('Yourfolder/yourfilename')
1 Comment
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/56367#comment_116690
Please explain what "when I try this" exactly means. It is hard to guess such details.