for take long time
Mostrar comentarios más antiguos
hi,
I have vector of indices, I should look for indices in large vector of values, then arrange the values depend on their indices in that vector and place it in new vector.
I hope to use a command instead of for for searching , because it is taking long time.
index=[3 2 1 100......................] very long
values=[10 9 2 .....................]
new=[2 9 10.........................]
is there such command?
thanks
2 comentarios
Robert Cumming
el 19 de Nov. de 2011
what have you tried?
huda nawaf
el 19 de Nov. de 2011
Respuesta aceptada
Más respuestas (1)
huda nawaf
el 19 de Nov. de 2011
0 votos
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!