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!