reduce the number of rows in dataset
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to reduce my dataset from 6752691*9 matrix to 6000*9
2 Kommentare
KSSV
am 22 Feb. 2024
Try
iwant = unique(data,'rows') ;
If there is anyother criteria to delete, it depends.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!