Path: Common/General
% Converts a cell array to a matrix.
--------------------------------------------------------------------------
Form:
x = CellToMat( c )
--------------------------------------------------------------------------
------
Inputs
------
c {} One dimensional cell array of strings
-------
Outputs
-------
x (:) Matrix
--------------------------------------------------------------------------
Back to the Common Module page