How do I distinguish cell or categorical arrays from the numeric columns in a dataset array?
1 回表示 (過去 30 日間)
古いコメントを表示
I'm working with a dataset array with both numeric and string inputs. I am looking to distinguish the cell or categorical arrays from the numeric columns. Is there a simple function for this?
1 件のコメント
採用された回答
Image Analyst
2016 年 8 月 9 日
Try calling class() on each column and seeing what it reports the data type is.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!