Conversion to cellstr from double is not possible.

3 Ansichten (letzte 30 Tage)
Maddison Wagner
Maddison Wagner am 6 Nov. 2018
Beantwortet: KSSV am 6 Nov. 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 Kommentar
madhan ravi
madhan ravi am 6 Nov. 2018
Completely vague show how your code and if possible upload your file

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Cell Arrays finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by