Conversion to double from cell is not possible.
Afficher commentaires plus anciens
Hi there, I am new in MATLAB and I have this problem "Conversion to double from cell is not possible", I uploaded a matrix with readtable and I delimited with (;). Then It made a matrix of 10200x3, in the third column I have values with "comma" decimal (25,7). I used str2double to change from cell array to double array, but the new value is (257). I would like to get the same value (25,7). Somebody could help me please.
2 commentaires
madhan ravi
le 8 Juil 2020
Mind sharing a screenshot/file of that table ?
Fabian Moreno
le 8 Juil 2020
Réponse acceptée
Plus de réponses (1)
Fabian Moreno
le 8 Juil 2020
0 votes
6 commentaires
Adam Danz
le 9 Juil 2020
The zeros should go away after you convert to double. How are you doing that conversion? If your original question has been answered, please consider accepting the answer.
Fabian Moreno
le 9 Juil 2020
Adam Danz
le 9 Juil 2020
Now I'm confused. I thought " Hi Adam, I did it. Thank you a lot :)" meant that the problem was solved.
The problem with the trailing 0s is a new problem.
The trailing 0s is likely a formatting issue.
Fabian Moreno
le 9 Juil 2020
madhan ravi
le 9 Juil 2020
xD
Adam Danz
le 10 Juil 2020
Glad I could help! :)
Catégories
En savoir plus sur Data Type Conversion dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
