How can I import Excel data in a cell array?

2 visualizzazioni (ultimi 30 giorni)
Sherwin
Sherwin il 18 Ott 2016
Risposto: KSSV il 18 Ott 2016
hi, I have a cell array as I

Risposte (1)

KSSV
KSSV il 18 Ott 2016
[num,txt,raw] = xlsread('your excel file') ;
raw would be a cell array.
doc xlsread

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by