Conversion to cellstr from double is not possible.

3 visualizaciones (últimos 30 días)
Maddison Wagner
Maddison Wagner el 6 de Nov. de 2018
Respondida: KSSV el 6 de Nov. de 2018
I am importing an xlsx file and continue to get the following message:
Error using cellstr (line 49) Conversion to cellstr from double is not possible.
In a broad sense could someone explain what this is indicating?
  1 comentario
madhan ravi
madhan ravi el 6 de Nov. de 2018
Completely vague show how your code and if possible upload your file

Iniciar sesión para comentar.

Respuesta aceptada

KSSV
KSSV el 6 de Nov. de 2018
To read xlsx file use:
[num,txt,raw] = xlsread(myfile) ;
The better is to use readtable
T = readtable(myfile)

Más respuestas (0)

Categorías

Más información sobre Cell Arrays 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