Could anyone tell what is the difference between ind and idx.
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Prabha Kumaresan
el 13 de Ag. de 2018
Comentada: Prabha Kumaresan
el 13 de Ag. de 2018
Could anyone tell what is the difference between ind and idx.
2 comentarios
Respuesta aceptada
Rik
el 13 de Ag. de 2018
Editada: Rik
el 13 de Ag. de 2018
As you may have noticed in the previous thread (where the code in the question was originally written by me as well), I sometimes use one, and sometimes the other.
It is not a hard and fast rule, but in general I will use idx for results of a search, and ind if I'm composing an index vector to be used in a vectorized operation. But these are personal preferences, and I don't even always follow this 'rule' myself.
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical 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!