Combining 2 matrices into 1
조회 수: 3 (최근 30일)
이전 댓글 표시
I have two numerical matrices A and B, both with 413 rows and 905 columns.
I would like to generate a new matrix that consists of 2 columns. The first column should list all values of matrix A (starting at the upperleft corner in row 1; column 1, and finishing in the righthand corner at row 413; column 905). A second column lists the corresponding values for matrix B.
Thank you in advance!
댓글 수: 0
참고 항목
카테고리
Help Center 및 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!