MATLAB: Matric operation

how can i ?

let's say I have H = 3×7 matrix. I have other two matrices P = 3×3 matrix and Q = 3×4 matrix.
Is there any way/function by which I can put P and Q in H without using loops ?

Best Answer

H = [P Q]