Click or drag to resize

MatrixHorizontalStack Method

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