MatrixCellTo3D:
--------------------------------------------------------------------------
Convert a cell array of p x p matrices into a 3D matrix. Since Version
11.
--------------------------------------------------------------------------
Form:
m = MatrixCellTo3D( c )
--------------------------------------------------------------------------
------
Inputs
------
c {n} Cell array of m x m matrices
-------
Outputs
-------
m (p,p,n) 3D matrix
--------------------------------------------------------------------------