Sorting using a while loop without sort command
조회 수: 1 (최근 30일)
이전 댓글 표시
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
Jan
2021년 6월 12일
편집: Jan
2021년 6월 12일
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.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!