Using the load command to import data into matlab
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Diego Espinosa
il 25 Set 2016
Modificato: Stephen23
il 25 Set 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 Commenti
Risposta accettata
Walter Roberson
il 25 Set 2016
Use xlsread() or readtable() for spreadsheets.
5 Commenti
Stephen23
il 25 Set 2016
Modificato: Stephen23
il 25 Set 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).
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!