Using the load command to import data into matlab
8 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Walter Roberson
2016 年 9 月 25 日
Use xlsread() or readtable() for spreadsheets.
5 件のコメント
Stephen23
2016 年 9 月 25 日
編集済み: Stephen23
2016 年 9 月 25 日
@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).
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!