Eliminating the rows from a matrix
    3 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Karanvir singh Sohal
 le 23 Mar 2021
  
    
    
    
    
    Commenté : Karanvir singh Sohal
 le 24 Mar 2021
            Hello, 
I have a matrix of any size (say m*n), 
A=[22 23 44 13 12 ...  4
   33 21 33 42 42 ...  3
   21 33 12 43 13 ...  1
   ................... 4]
I want to remove the rows whose last column has value less than 4.
Desired output is 
A=[22 23 44 13 12 ...  4
   ................... 4]
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Downloads dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

