Borrar filtros
Borrar filtros

how to read xls file with char value?

21 visualizaciones (últimos 30 días)
fred bnm
fred bnm el 27 de Oct. de 2016
Comentada: Walter Roberson el 27 de Oct. de 2016
after using xlsread function,Only numerical output variable but Character variable can not be read pleas guide me.

Respuesta aceptada

Star Strider
Star Strider el 27 de Oct. de 2016
Use xlsread with at least two outputs:
[num,str] = xlsread(filename);
  1 comentario
Walter Roberson
Walter Roberson el 27 de Oct. de 2016
I have found that pretty much every time that I need strings from a .xls or .xlsx file, that I need to use the third output from xlsread, the "raw" output. -- otherwise it gets too messy to try to figure out which numbers correspond to which strings, in my experience.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by