How to Delete Non-Numeric Columns from Table
古いコメントを表示
I'm using readtable to load data from a text file. Some columns have text in them; others don't. I want to effectively delete the columns that have at least one entry of non-numeric data, so that I can convert the remaining table to an array (using table2array).
How can I do this?
1 件のコメント
Andrew Reibold
2014 年 7 月 29 日
編集済み: Andrew Reibold
2014 年 7 月 29 日
Can you please provide an example of the readtable output? :-)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Tables についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!