How to sort a vector without using the sort command
Mostra commenti meno recenti
I can only use input, length, disp, while loops and if-else
2 Commenti
James Tursa
il 8 Dic 2015
What have you done so far? What sorting algorithm are you supposed to use?
Rayan Hussaini
il 8 Dic 2015
Modificato: Rayan Hussaini
il 8 Dic 2015
Risposte (1)
Walter Roberson
il 8 Dic 2015
0 voti
The task is not possible under those conditions. In order to sort, you would need to also be able to use indexing, and comparison operators, and (depending how the question was worded) possibly assignment as well.
Categorie
Scopri di più su Shifting and Sorting Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!