MATLAB: Putting a matrix into a cell array

putting matrix cellarray

i have a matrix and i want to put that matrix into a cell array with the coordinates 1,1.
a{1,1}=matrix

Best Answer

Good news. That's exactly the correct syntax to do it.