How can I remove values from a matrix outside the range and create matrix within the range

조회 수: 17 (최근 30일)

채택된 답변

per isakson
per isakson 2015년 7월 6일
Y = X( X>=20 & X<=23 );
  댓글 수: 3
Ishaan Chauhan
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개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by