concatenate matrix

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.

 채택된 답변

Walter Roberson
Walter Roberson 2011년 4월 25일

0 개 추천

cat(4,A,B)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by