Can we solve this problem without using sort?

. A vector is given by x = [9 –1.5 13.4 13.3 –2.1 4.6 1.1 5 –6.1 10 0.2].
Using conditional statements and loops, write a program that rearranges
the elements of x in order from the smallest to the largest. Do not use MATLAB’s
built-in function sort

回答 (2 件)

Cris LaPierre
Cris LaPierre 2020 年 5 月 9 日
編集済み: Cris LaPierre 2020 年 5 月 9 日

1 投票

To answer your qeustion, yes, you can. This is a classic problem in introductory programming classes.
James Tursa
James Tursa 2020 年 5 月 9 日

0 投票

Introductory programming classes usually start with the bubble sort. See here for the algorithm in pseudo-code:

カテゴリ

ヘルプ センター および File ExchangeShifting and Sorting Matrices についてさらに検索

タグ

質問済み:

2020 年 5 月 9 日

回答済み:

2020 年 5 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by