Sort does not work

6 vues (au cours des 30 derniers jours)
RF01
RF01 le 8 Oct 2019
Réponse apportée : RF01 le 8 Oct 2019
Am I missing something very obvious or does the built-in sort function not work as it is supposed to?sort.png

Réponse acceptée

Stephan
Stephan le 8 Oct 2019
Modifié(e) : Stephan le 8 Oct 2019
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...

Plus de réponses (1)

RF01
RF01 le 8 Oct 2019
Thanks Stefan, you are right!

Catégories

En savoir plus sur Shifting and Sorting Matrices dans Help Center et File Exchange

Tags

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by