How can I import Excel data in a cell array?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hi, I have a cell array as I
0 commentaires
Réponses (1)
KSSV
le 18 Oct 2016
[num,txt,raw] = xlsread('your excel file') ;
raw would be a cell array.
doc xlsread
0 commentaires
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!