Conversion to cellstr from double is not possible.

3 vues (au cours des 30 derniers jours)
Maddison Wagner
Maddison Wagner le 6 Nov 2018
Réponse apportée : KSSV le 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 commentaire
madhan ravi
madhan ravi le 6 Nov 2018
Completely vague show how your code and if possible upload your file

Connectez-vous pour commenter.

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Cell Arrays dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by