How can I remove values from a matrix outside the range and create matrix within the range
조회 수: 17 (최근 30일)
이전 댓글 표시
채택된 답변
per isakson
2015년 7월 6일
Y = X( X>=20 & X<=23 );
댓글 수: 3
Ishaan Chauhan
2021년 2월 15일
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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!