Using the load command to import data into matlab
10 views (last 30 days)
Show older comments
Diego Espinosa
on 25 Sep 2016
Hey everyone,
I'm a new user to MATLAB and I'm already having trouble in importing data into MATLAB. I have an excel file, or spreadsheet, that I want to import into a variable into MATLAB. I've tried using the load and import function but I keep getting errors such as 'unknown text in line 1' or 'uninterpretable data'. Could I please get help in how I can make it work?
Thanks
0 Comments
Accepted Answer
Walter Roberson
on 25 Sep 2016
Use xlsread() or readtable() for spreadsheets.
5 Comments
Stephen23
on 25 Sep 2016
Edited: Stephen23
on 25 Sep 2016
@Diego Espinosa: please make a new comment and tell us:
- Which MATLAB version you are using.
- What operating system you are using.
- Whether you have MS Office installed.
- The complete error message (all of the red text).
- And upload a sample data file for us (click the paperclip button).
More Answers (0)
See Also
Categories
Find more on Spreadsheets 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!