set range to output file

1 次查看(过去 30 天)
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
mask = Row >= 2 & Row <= 4;
Row(mask)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by