About 1,250,000 results
Open links in new tab
  1. sort - Sort array elements - MATLAB - MathWorks

    This MATLAB function sorts the elements of A.Sort the elements of a complex vector by their real parts. By default, the sort function sorts complex values by their magnitude, and breaks ties using phase …

  2. sort - Sort elements of symbolic arrays - MATLAB - MathWorks

    Sort Symbolic Vector in Ascending Order Open in MATLAB Online Copy Command Create a symbolic row vector X and sort its elements in ascending order. When X contains symbolic numbers and …

  3. sortrows - Sort rows of matrix or table - MATLAB - MathWorks

    This MATLAB function sorts the rows of an array based on the elements in the first column.

  4. How to sort a matrix based on two columns - MATLAB Answers

    May 21, 2017 · How to sort a matrix based on two columns. Learn more about array, matrix, sort, matlab

  5. Sorting Methods - File Exchange - MATLAB Central - MathWorks

    Jan 20, 2014 · This package contains MATLAB implementations of the following common sorting algorithms 1) Bubble sort 2) Bucket sort 3) Cocktail sort 4) Comb sort 5) Counting sort 6) Heap sort …

  6. sort_nat: Natural Order Sort - File Exchange - MATLAB Central

    Jan 22, 2011 · Natural order sorting sorts strings containing digits in a way such that the numerical value of the digits is taken into account. It is especially useful for sorting file names containing index …

  7. issorted - Determine if array is sorted - MATLAB - MathWorks

    This MATLAB function returns logical 1 (true) when the elements of A are in sorted order and logical 0 (false) otherwise.

  8. unique - Unique values - MATLAB - MathWorks

    If A is a table or timetable, then unique returns the unique rows in A in sorted order. For timetables, unique takes row times and row values into account when determining whether rows are unique, and …

  9. sortcols - Sort columns of DataMatrix in ascending or ... - MathWorks

    This MATLAB function sorts the columns in DMObj1 in the ascending order based on the elements in the first row.

  10. How to sort a table by one column - MATLAB Answers - MathWorks

    Jan 28, 2021 · How to sort a table by one column. Learn more about table, sort