Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Find indices of specific values

1 visualización (últimos 30 días)
Marcin Kolacz
Marcin Kolacz el 22 de En. de 2021
Cerrada: Marcin Kolacz el 22 de En. de 2021
Hi,
im trying to find the indices of values from this picture.
Was trying to make a find statement like: >> a=find(imag(X)<0.2 && imag(X)>-0.2) but it doesn't work. Is there any better way to find such indices?
  1 comentario
Marcin Kolacz
Marcin Kolacz el 22 de En. de 2021
Edit:
I already solved it.
made 2 different statements:
a=find(imag(X)<0.2
b=find(imag(X)>-0.2
and then i used
c=intersect(a,b)

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by