How to merge multiple matrices
조회 수: 5 (최근 30일)
이전 댓글 표시
I need to combine multiple matrices (doubles) (all the same length with padding of 0) into one matrix without losing their 'position'. The problem is when I do that, it seems that the numbers physically add in the one matrix rather than just become one matrix retaining all of the individual numbers. How would I combine all these matrices together? The end result is that I will need to plot this set of combined matrices with another set of combined matrices
댓글 수: 4
Image Analyst
2016년 1월 24일
A "matrix" is a 2-D array. What do you mean by the "length" of a matrix? What do you mean by padding? Can you give a numerical example?
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!