How can i convert excel file into array form in MATLAB

8 次查看(过去 30 天)
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 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by