How can i convert excel file into array form in MATLAB

 採用された回答

KSSV
KSSV 2017 年 9 月 26 日

0 投票

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 件)

タグ

質問済み:

2017 年 9 月 26 日

コメント済み:

2017 年 9 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by