How can I remove values from a matrix outside the range and create matrix within the range
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Akzeptierte Antwort
per isakson
am 6 Jul. 2015
Y = X( X>=20 & X<=23 );
3 Kommentare
Ishaan Chauhan
am 15 Feb. 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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
