Search code examples
matlabsimulink

Basic Simulink Block


I have a matrix [1*4] and another matrix [1*4]. I want to combine this two matrix in the order of result [2*4] or [4*2] but not in the order of [1*8]. Which Simulink block to do this action?


Solution

  • You can achieve this using Matrix Concatenate block **