MATLAB: Convert cell to table

cell arrays

Hi,
I have a 1 x 30 cell, A. Each element of A is a 1 x 10 double. How can I convert this to a 30 x 10 double, where each row is an element of cell A?
Any help would be appreciated! Thanks,
Sushma

Best Answer

See if the cell2mat function will do what you want.