sorting array without min and max
Ältere Kommentare anzeigen
hi just wondering how i can sort a given matrix A = [3 4 2 5 1] from highest to lowest without using the matlab min and max function
1 Kommentar
Hint: there's a matlab function that does exactly that and the function's name is one of the first 10 words in your question. You'll have to tell this function to use 'descend' order which is explained on this function's documentation page.
Antworten (1)
the cyclist
am 23 Nov. 2019
Bearbeitet: the cyclist
am 23 Nov. 2019
0 Stimmen
Take your pick: Sorting algorithms
Kategorien
Mehr zu Shifting and Sorting Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!