Sorting columns of a matrix without sort()
Mostrar comentarios más antiguos
I have a 15x10 matrix with random generated integers between 0 and 100. I have to sort the columns in ascending order using a bubble sort algorithm. I am not supposed to use sort(). I have no clue how to even start.
Thank you everbody for your help!
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Shifting and Sorting Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!