What does this colon mean here?
Afficher commentaires plus anciens
[a_sorted, a_order] = sort(A);
newB = B(a_order,:);
This is a few commands that I found on here and I am unsure of what the colon in the second line means. I am trying to sort a vector based on how I sorted another vector and I stumbled across the code above. does this accomplish what I am trying to do, and how do I use the colon in this case for future reference?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Shifting and Sorting Matrices dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!