set range to output file

1 visualizzazione (ultimi 30 giorni)
Balaji Ramdas
Balaji Ramdas il 5 Mag 2022
Risposto: Walter Roberson il 5 Mag 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

Risposta accettata

Walter Roberson
Walter Roberson il 5 Mag 2022
mask = Row >= 2 & Row <= 4;
Row(mask)

Più risposte (0)

Categorie

Scopri di più su Modeling in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by