Borrar filtros
Borrar filtros

check values of all elements of an array

7 visualizaciones (últimos 30 días)
Zeynab Mousavikhamene
Zeynab Mousavikhamene el 6 de Sept. de 2019
Editada: Zeynab Mousavikhamene el 6 de Sept. de 2019
I have array which has multiple elements. I want to find the elements that are larger than 1 and put the value with the index of the element in a new array.
I need to know whether it was elemet 10 or 12 that the value was larger than one and what was the value.
I need to avoid loop as much as possible. What would be the shortest way?

Respuestas (1)

madhan ravi
madhan ravi el 6 de Sept. de 2019
Use find() , logical operators also use ismember() to know the existence of those numbers.

Categorías

Más información sobre Matrices and Arrays 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