How to do the following in one line?

data = data(data>xmin); data = data(data<xmax);
This is not working: data = data(data>xmin && data<xmax);

 Respuesta aceptada

Más respuestas (0)

Categorías

Preguntada:

el 6 de Oct. de 2015

Respondida:

el 6 de Oct. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by