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