Borrar filtros
Borrar filtros

extracting positive numbers?

2 visualizaciones (últimos 30 días)
AR
AR el 16 de Dic. de 2015
Editada: Stephen23 el 17 de Dic. de 2015
I have a vector, X [197 1] which has values of 0 or positive numbers. I'd like to identify those indexes with only positive numbers as well as only use those values later in an algorithm? How best can I do this? Thank you.

Respuesta aceptada

dpb
dpb el 16 de Dic. de 2015
x=x(x>0);
Look for "logical addressing" in documentation...

Más respuestas (0)

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by