Conversion to double from cell is not possible.
이전 댓글 표시
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
madhan ravi
2020년 7월 8일
Mind sharing a screenshot/file of that table ?
Fabian Moreno
2020년 7월 8일
채택된 답변
추가 답변 (1개)
Fabian Moreno
2020년 7월 8일
0 개 추천
댓글 수: 6
Adam Danz
2020년 7월 9일
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
2020년 7월 9일
Adam Danz
2020년 7월 9일
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
2020년 7월 9일
madhan ravi
2020년 7월 9일
xD
Adam Danz
2020년 7월 10일
Glad I could help! :)
카테고리
도움말 센터 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
