reduce the number of rows in dataset
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
I want to reduce my dataset from 6752691*9 matrix to 6000*9
2 commentaires
  KSSV
      
      
 le 22 Fév 2024
				Try 
iwant = unique(data,'rows') ; 
If there is anyother criteria to delete, it depends. 
Réponses (0)
Voir également
Catégories
				En savoir plus sur Logical dans Help Center et File Exchange
			
	Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


