Sorting using a while loop without sort command

2 Ansichten (letzte 30 Tage)
Petch Anuwutthinawin
Petch Anuwutthinawin am 12 Jun. 2021
Bearbeitet: Jan am 12 Jun. 2021
I need to make a funciton that given a vectoral input, outputs a vector of those elements sorted in ascending order. I dont know where to start with this.
  2 Kommentare
Walter Roberson
Walter Roberson am 12 Jun. 2021
https://en.m.wikipedia.org/wiki/Sorting_algorithm
Jan
Jan am 12 Jun. 2021
Bearbeitet: Jan am 12 Jun. 2021
Please post mire details: You do not know, how to start? Thenthe reader have to guess, that you have a computer, did install Matlab, read the Getting Started chapters and Matlab's Onramp already and know functions and while loops.
So did you start with this minimal code already?
function y = mysorting(x)
end
Remember, that the forum will not solve your homework. If you post a specific question, helping you to solve this is a supporting, niot a cheating. "don't know where to start" is not specific.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Shifting and Sorting Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by