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

23 ビュー (過去 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
KCE
KCE 2022 年 3 月 30 日
How would this be done for a 2D array?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by