SortColumnCell:

Path: Common/General

% Sort a nxm cell array by the values in the first column.

 Type SortColumnCell for a demo.

--------------------------------------------------------------------------
   Form:
   s = SortColumnCell( x )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x              {m,n}  Cell array
   -------
   Outputs
   -------
   s              {m,n}  Cell array

--------------------------------------------------------------------------

Back to the Common Module page