MATLAB: Creating matrix with map object as elements

matrix manipulation

Hi,
I am working on a problem of building a 10*3 matrix in which all the elements are map objects(with key and value).
Is there a way to do this in Matlab?
Thanks! Ruming

Best Answer

Only as a cell array.