matlab descending order algorithm without sort function
이전 댓글 표시
i want to know how to descending order (1Xn) matrix without sort function.
for example A=[1 3 6 9 8 5 10 2]
댓글 수: 2
Bjorn Gustavsson
2017년 10월 31일
Why not use sort when someone paid to give you a software that has that function? Homework? If homework just look up any of the algorithms for sorting and implement (one of) them...
Andrei Bobrov
2017년 10월 31일
homework?
채택된 답변
추가 답변 (2개)
KSSV
2017년 10월 31일
0 개 추천
Rediet Tesfu
2019년 9월 27일
0 개 추천
How do i print out vector in order
카테고리
도움말 센터 및 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!