how to delete some unwanted data from a large nomber of data?
1 回表示 (過去 30 日間)
古いコメントを表示
I have a large number of data. some unwanted data are also present. How to delete those column containing the unwanted data?
0 件のコメント
採用された回答
Azzi Abdelmalek
2013 年 10 月 23 日
A=rand(10)
%If you want to delete column [1 3 5]
A(:,[1 3 5])=[]
5 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!