Matrix Concatenation
Jump to navigation
Jump to search
A Matrix Concatenation is a Sequence Concatenation that combines matrices by rows or columns.
- AKA: Array Concatenation.
- Context:
- It can range from being Horizontal Matrix Concatenation to being Vertical Matrix Concatenation.
- Example(s):
- Counter-Example(s):
- See: Associate Operation, pandas.concat(), numpy.concatenate().
References
2021
- (Simulink, 2021) ⇒ http://www.ece.northwestern.edu/local-apps/matlabhelp/toolbox/simulink/slref/matrixconcatenation.html Retrieved:2021-02-21.
- QUOTE: The Matrix Concatenation block concatenates input matrices $u_1, u_2, \ldots, u_n$ along rows or columns, where $n$ is specified by the Number of inputs parameter. The block accepts inputs with any combination of built-in Simulink data types and/or fixed-point data types. If all inputs are sample-based, the output is sample-based. Otherwise, the output is frame-based.