How can I import Excel data in a cell array?
Ältere Kommentare anzeigen
hi, I have a cell array as I
Antworten (1)
KSSV
am 18 Okt. 2016
[num,txt,raw] = xlsread('your excel file') ;
raw would be a cell array.
doc xlsread
Kategorien
Mehr zu Data Import from MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!