Can't import Excel data

2 views (last 30 days)
Selin Soguksu
Selin Soguksu on 12 Dec 2012
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.
  1 Comment
Jan
Jan on 12 Dec 2012
Please explain what "when I try this" exactly means. It is hard to guess such details.

Sign in to comment.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 12 Dec 2012
Edited: Azzi Abdelmalek on 12 Dec 2012
[v,T,vT]=xlsread('Yourfolder/yourfilename')
  1 Comment
Selin Soguksu
Selin Soguksu on 12 Dec 2012
Thank you for the answer, it works great. :)))

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!