I have an output with a row of numbers ex: 1,2,3,4,5. How do i show set the limit so that i get number between 2 and 4

 採用された回答

Walter Roberson
Walter Roberson 2022 年 5 月 5 日

0 投票

mask = Row >= 2 & Row <= 4;
Row(mask)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeAuthor Block Masks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by