How can I import Excel data in a cell array?

7 visualizaciones (últimos 30 días)
Sherwin
Sherwin el 18 de Oct. de 2016
Respondida: KSSV el 18 de Oct. de 2016
hi, I have a cell array as I

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 Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by