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!