MATLAB: Concatenate matrix

MATLAB

I need concatenate 2 matrix A and B where size(A)=(8 8 15 15) and size(B)=(8 8 15 1). please can you help me. thx.

Best Answer

cat(4,A,B)