matlab descending order algorithm without sort function
Afficher commentaires plus anciens
i want to know how to descending order (1Xn) matrix without sort function.
for example A=[1 3 6 9 8 5 10 2]
2 commentaires
Bjorn Gustavsson
le 31 Oct 2017
Why not use sort when someone paid to give you a software that has that function? Homework? If homework just look up any of the algorithms for sorting and implement (one of) them...
Andrei Bobrov
le 31 Oct 2017
homework?
Réponse acceptée
Plus de réponses (2)
KSSV
le 31 Oct 2017
0 votes
Rediet Tesfu
le 27 Sep 2019
0 votes
How do i print out vector in order
Catégories
En savoir plus sur Shifting and Sorting Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!