How can I import Excel data in a cell array?

Respuestas (1)

KSSV
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.

Etiquetas

Preguntada:

el 18 de Oct. de 2016

Respondida:

el 18 de Oct. de 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by