Sort

Returns the ascending sorted vector or signal S.

Syntax

sort(S)

Types
 Variable NameValue TypeVariable Type
Argument:Srealboolean, scalar, vector, signal, xy-data
Result:  real boolean, scalar, vector, signal, xy-data
Calculator Input

Use the sort button to complete the operation.

Examples
IDDescriptionTypeValueExpression
SArgumentCOMPLEX REAL SIGNAL   signal([4,6,1,2,7],[cplx(3,4),cplx(0,1),1,2,3])
sS Result COMPLEX REAL SIGNAL   sort(S)