How can I remove values from a matrix outside the range and create matrix within the range
    13 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    

0 commentaires
Réponse acceptée
  per isakson
      
      
 le 6 Juil 2015
        Y = X( X>=20 & X<=23 );
3 commentaires
  Ishaan Chauhan
 le 15 Fév 2021
				How would you do this for a much larger matrix that isn't 1 x (_) ?
Best, and sorry for continuining a 6 year old thread
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Resizing and Reshaping Matrices 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!



