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