Can we solve this problem without using sort?

1 visualización (últimos 30 días)
haesung hyun
haesung hyun el 9 de Mayo de 2020
Respondida: James Tursa el 9 de Mayo de 2020
. 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

Respuestas (2)

Cris LaPierre
Cris LaPierre el 9 de Mayo de 2020
Editada: Cris LaPierre el 9 de Mayo de 2020
To answer your qeustion, yes, you can. This is a classic problem in introductory programming classes.

James Tursa
James Tursa el 9 de Mayo de 2020
Introductory programming classes usually start with the bubble sort. See here for the algorithm in pseudo-code:

Categorías

Más información sobre Shifting and Sorting Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by