MATLAB: Insert zero columns in matrices inside a cell array

I have matrices inside the 23×1 cell that looks like this:
30x28 double
30x28 double
30x30 double
30x29 double
30x30 double
...
How do I add columns with zero at the end of the matrices so make all all of them 30×30?

Best Answer