MATLAB: Cell two mat Execution

digital image processingimage processingMATLAB

A cell array with size 1*178 inside each cell column vector of different sizes. I have to convert this to the matrix with 178 columns and the corresponding column vectors.
Any help is apppreciated! Thanks!

Best Answer

That is not possible. Numeric matrices cannot have different column lengths for different columns.