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!