How do I convert a column to numeric?
古いコメントを表示
See the image

I want to count with the 1st column, but I always get the message "Undefined operator" - "for input arguments or type 'cell'." What can I do about it? I think the column is not numeric, but I am not sure. Who can help me?
8 件のコメント
Rik
2018 年 6 月 6 日
You should really consider a tutorial in Matlab. If you plan on using Matlab it is really worth it to invest the time in learning how to work with it. Have you tried cell2mat?
jakobjakob
2018 年 6 月 6 日
Rik
2018 年 6 月 6 日
A double is a double precision floating point number: a numeric data type. Did you include the header text in the array you put into cell2mat?
Jan
2018 年 6 月 6 日
I tested that with isstring etc.
We cannot read your mind. What is "etc."? What did you try and what did you get as answer? Do you see that the decimal separator is a comma? Then this cannot be numeric values, because Matlab uses a dot. You did not mention, where you got this screenshot from.
jakobjakob
2018 年 6 月 6 日
jakobjakob
2018 年 6 月 6 日
Stephen23
2018 年 6 月 6 日
jakobjakob
2018 年 6 月 6 日
編集済み: jakobjakob
2018 年 6 月 6 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!