reduce the number of rows in dataset

4 次查看(过去 30 天)
I want to reduce my dataset from 6752691*9 matrix to 6000*9
  2 个评论
KSSV
KSSV 2024-2-22
What the criteria to reduce? You mayc heck options like unique.
Try
iwant = unique(data,'rows') ;
If there is anyother criteria to delete, it depends.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by