Azzera filtri
Azzera filtri

How can i convert excel file into array form in MATLAB

8 visualizzazioni (ultimi 30 giorni)
Excel file consist of many data and i want to use array in MATLAB.

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by