美文网首页
【数学】Concatenation of Vectors

【数学】Concatenation of Vectors

作者: 盐果儿 | 来源:发表于2023-05-01 00:48 被阅读0次

You can construct matrices, or even multidimensional arrays, using concatenation as long as the resulting matrix does not have an irregular shape. 

If you are building a matrix horizontally, then each component matrix must have the same number of rows. 

When building vertically, each component must have the same number of columns.

horizontally

相关文章

网友评论

      本文标题:【数学】Concatenation of Vectors

      本文链接:https://www.haomeiwen.com/subject/vkhojdtx.html