Loading excel data using a professional code

1 回表示 (過去 30 日間)
Afua Amoako Dadey
Afua Amoako Dadey 2021 年 6 月 12 日
回答済み: Kunal Kandhari 2021 年 6 月 15 日
Hi,
please can someone help to import data using matlab
Afua
  1 件のコメント
Star Strider
Star Strider 2021 年 6 月 12 日
See: Data Import and Analysis in the documentation.

サインインしてコメントする。

回答 (1 件)

Kunal Kandhari
Kunal Kandhari 2021 年 6 月 15 日
To import data in matlab you can use load function
Note: The only kind of "excel file" that you can use with load() is a .csv file. The file which you are trying to load should be purely numeric with no headers, with no missing entries, and with no text.
You can refer here:
For other workbook, you can use readcell, readtable or readmatrix according to your data and output format.

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

タグ

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by