Am I missing something very obvious or does the built-in sort function not work as it is supposed to?sort.png

 Respuesta aceptada

Stephan
Stephan el 8 de Oct. de 2019
Editada: Stephan el 8 de Oct. de 2019

1 voto

Why? for me the indices are correct sorted. The smallest value is found at pos. 3 and the biggest value is found in pos. 4. What is the problem?
Note that the documentation says:
[B, I] = sort(X)
you changed it to:
[I, B] = sort(X)
So maybe what you expect to get is stored in variable I - not B...

Más respuestas (1)

RF01
RF01 el 8 de Oct. de 2019

0 votos

Thanks Stefan, you are right!

Categorías

Productos

Versión

R2019b

Etiquetas

Preguntada:

el 8 de Oct. de 2019

Respondida:

el 8 de Oct. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by