How can I remove values from a matrix outside the range and create matrix within the range
23 次查看(过去 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!