Effacer les filtres
Effacer les filtres

what function can be used like arranging number like that?

1 vue (au cours des 30 derniers jours)
Nyam Jargalsaikhan
Nyam Jargalsaikhan le 29 Mar 2021
Commenté : Rik le 29 Mar 2021
What funtion is used for that

Réponse acceptée

Bruno Luong
Bruno Luong le 29 Mar 2021
Modifié(e) : Bruno Luong le 29 Mar 2021
[~,B] = sort(A);
B(B) = 1:length(B)
  2 commentaires
Nyam Jargalsaikhan
Nyam Jargalsaikhan le 29 Mar 2021
Thank you very much
Rik
Rik le 29 Mar 2021
If you get an answer that solves your issue, please consider marking it as accepted answer. That is an easy way to say thank you.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by