Where is an error of product operation in SIMULINK?

1 vue (au cours des 30 derniers jours)
Alex Yande
Alex Yande le 19 Mar 2019
Commenté : Alex Yande le 19 Mar 2019
I got an error when i product [178X1] and [178X6] matrices. I have used profuct and matrix multiply commands, but unfortunately there is no resut. This operation can be done on MATLAB, but i can't reach this problem in SIMULINK?
How can i multiply these two matrices?
Thx..
error.png

Réponse acceptée

madhan ravi
madhan ravi le 19 Mar 2019
Leave the matrix as size 1 X 178 don’t transpose.
  4 commentaires
madhan ravi
madhan ravi le 19 Mar 2019
Constant5 => size 1 X 178
Constant6 => size 178 X 6
Result displayed => size 1 X 6
Note: You had been using product block element-wise use Matrix(*).
Screen Shot 2019-03-19 at 2.05.53 PM.png
Alex Yande
Alex Yande le 19 Mar 2019
Thank you ravi.
:))

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur General Applications dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by