for take long time

1 Ansicht (letzte 30 Tage)
huda nawaf
huda nawaf am 19 Nov. 2011
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 Kommentare
Robert Cumming
Robert Cumming am 19 Nov. 2011
what have you tried?
huda nawaf
huda nawaf am 19 Nov. 2011
thanks , the problem is solved by walter

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 19 Nov. 2011
new = values(index);

Weitere Antworten (1)

huda nawaf
huda nawaf am 19 Nov. 2011
many many thanks for u and for matlab
you solved big problem

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by