How can I import Excel data in a cell array?
Mostrar comentarios más antiguos
hi, I have a cell array as I
Respuestas (1)
KSSV
el 18 de Oct. de 2016
[num,txt,raw] = xlsread('your excel file') ;
raw would be a cell array.
doc xlsread
Categorías
Más información sobre Data Import from MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!