How can I import Excel data in a cell array?
Afficher commentaires plus anciens
hi, I have a cell array as I
Réponses (1)
KSSV
le 18 Oct 2016
[num,txt,raw] = xlsread('your excel file') ;
raw would be a cell array.
doc xlsread
Catégories
En savoir plus sur Data Import from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!