Let's say: Cell A with size of 1x10 cell:
A={1x10} cell
And the size each matrix in the cell A is like this:
{A}={ [A1] [A2] [A3] [A4] [A5] [A6] [A7] ............ [A10] }
{A}={ [5000x3 double] [3000x3 double] ......... [2222x3 double] }
How can extract each matrix (A1,A2,A3....,A10) from a cell A?
THANKS,