Borrar filtros
Borrar filtros

set range to output file

1 visualización (últimos 30 días)
Balaji Ramdas
Balaji Ramdas el 5 de Mayo de 2022
Respondida: Walter Roberson el 5 de Mayo de 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

Respuesta aceptada

Walter Roberson
Walter Roberson el 5 de Mayo de 2022
mask = Row >= 2 & Row <= 4;
Row(mask)

Más respuestas (0)

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by