• x=[2 4 3 1 6 4 6]
  • output , y=[1 6 2 4 3]

here,y(1) is the minimum of x, y(2) is the maximum of x, y(3) is the 2nd minimum .. this way continue.

x can be an array or a matrix.

y is a row matrix.

Solution Stats

80 Solutions

34 Solvers

Last Solution submitted on May 30, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...