MATLAB: Matrix/Array Multiplication problem in Simulink

signal processingsimulink

Hi Guys,
I desperately need help resolving a matrix/array multiplication problem in simulink. I have a dynamic system – a channel model precisely built in simulink and wish to implement the following matrix/array multiplication:
a(i,j,k)*b(j,k);
Can some please advise how to get this done.
Many thanks.
Odiri

Best Answer

Use the Product block from the Simulink->Math Operations library and set "Multiplication" parameter to "Matrix(*)".
Related Question