How to merge multiple matrices
4 次查看(过去 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!