MATLAB: How to convert cell to matrix

cell arraysmatrix

i have 70103×1 cell array but i want to convert this to matrix i want every array open one row. briefly i want to convert this for example 70103×90 how can i do that?

Best Answer

[yourcellarray{:}]