MATLAB: Error while using cell2mat:

cell2materror

Error using cat Dimensions of matrices being concatenated are not consistent.
Error in cell2mat (line 86) m = cat(2,m{:});

Best Answer

That means the sizes of your cells do not allow to concatenate them