displaying the sorted result

1 Ansicht (letzte 30 Tage)
PRAVEEN GUPTA
PRAVEEN GUPTA am 8 Aug. 2019
Kommentiert: madhan ravi am 8 Aug. 2019
hello,
i have an array with values "x=[12 34 45 67 82 32 32]", i have to arrange it in ascending order and then display it one by one as "X(1)=12", "X(2)=32"..
thanks in advance

Akzeptierte Antwort

madhan ravi
madhan ravi am 8 Aug. 2019
Use sort() and fprintf().
  2 Kommentare
PRAVEEN GUPTA
PRAVEEN GUPTA am 8 Aug. 2019
fprintf will not give : "X(1)"
fprintf will give value of X(1)..??
madhan ravi
madhan ravi am 8 Aug. 2019
Yes, use compose().

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Shifting and Sorting Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by