CellToMat:

Path: Common/General

--------------------------------------------------------------------------
   Converts a cell array to a matrix.

   Since version 3.
--------------------------------------------------------------------------
   Form:
   x = CellToMat( c )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   c	        {}    One dimensional cell array of strings

   -------
   Outputs
   -------
   x         (:)   Matrix

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

Back to the Common Module page