sort (Matlab function)
Sort elements in ascending order
Matlab/Scilab equivalent
Matlab | Scilab |
sort(vector) sort(Matrix) sort(Matrix, dim) sort(__, "ascend") sort(__, "descend") |
For character string inputs, please use better mtlb_sort in Scilab. |
Report an issue | ||
<< size (Matlab function) | S | sparse (Matlab function) >> |