Conversion to double from cell is not possible.
Show older comments
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 Comments
madhan ravi
on 8 Jul 2020
Mind sharing a screenshot/file of that table ?
Fabian Moreno
on 8 Jul 2020
Accepted Answer
More Answers (1)
Fabian Moreno
on 8 Jul 2020
0 votes
6 Comments
Adam Danz
on 9 Jul 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
on 9 Jul 2020
Adam Danz
on 9 Jul 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
on 9 Jul 2020
madhan ravi
on 9 Jul 2020
xD
Adam Danz
on 10 Jul 2020
Glad I could help! :)
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!