Click or drag to resize

MatrixVerticalStack Method

Overload List
  NameDescription
Public methodStatic memberVerticalStack(Matrix, Matrix)
Stacks the given matrices vertically. The new matrix is M-by-N matrix, where
1M = top.Rows + bottom.Rows
and
1N = top.Columns
.
Public methodStatic memberVerticalStack(Matrix, Matrix, Matrix)
Stacks the given matrices vertically. The new matrix is M-by-N matrix, where
1M = top.Rows + bottom.Rows
and
1N = top.Columns
.
Top
See Also