Clear Filters
Clear Filters

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

16 views (last 30 days)

Accepted Answer

per isakson
per isakson on 6 Jul 2015
Y = X( X>=20 & X<=23 );
  3 Comments
Ishaan Chauhan
Ishaan Chauhan on 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

Sign in to comment.

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!