How can I import Excel data in a cell array?
Mostra commenti meno recenti
hi, I have a cell array as I
Risposte (1)
KSSV
il 18 Ott 2016
[num,txt,raw] = xlsread('your excel file') ;
raw would be a cell array.
doc xlsread
Categorie
Scopri di più su Data Import from MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!