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!