How can i convert excel file into array form in MATLAB

4 ビュー (過去 30 日間)
Nadiah Zainudin
Nadiah Zainudin 2017 年 9 月 26 日
コメント済み: KSSV 2017 年 9 月 26 日
Excel file consist of many data and i want to use array in MATLAB.

採用された回答

KSSV
KSSV 2017 年 9 月 26 日
You need to read the excel file data into MATLAB first. This can be achieved with Xlsread. Read the documentation of xlsread.
  2 件のコメント
Nadiah Zainudin
Nadiah Zainudin 2017 年 9 月 26 日
Okay and after reading the file, how do i input the array into the program?
KSSV
KSSV 2017 年 9 月 26 日
[num,txt,raw] = xlsread(filename) ;
num is the data of numbers you had in excel...you can do what ever you want with that.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import from MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by