set range to output file

1 vue (au cours des 30 derniers jours)
Balaji Ramdas
Balaji Ramdas le 5 Mai 2022
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

Réponse acceptée

Walter Roberson
Walter Roberson le 5 Mai 2022
mask = Row >= 2 & Row <= 4;
Row(mask)

Plus de réponses (0)

Catégories

En savoir plus sur Modeling dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by