reduce the number of rows in dataset
3 ビュー (過去 30 日間)
古いコメントを表示
I want to reduce my dataset from 6752691*9 matrix to 6000*9
2 件のコメント
KSSV
2024 年 2 月 22 日
Try
iwant = unique(data,'rows') ;
If there is anyother criteria to delete, it depends.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Matrices and Arrays についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!