CellToMat:

-------------------------------------------------------------------------------
   Converts a cell array to a matrix.
-------------------------------------------------------------------------------
   Form:
   x = CellToMat( c )
-------------------------------------------------------------------------------

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

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

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

Children: