Where is an error of product operation in SIMULINK?

조회 수: 1 (최근 30일)
Alex Yande
Alex Yande 2019년 3월 19일
댓글: Alex Yande 2019년 3월 19일
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

채택된 답변

madhan ravi
madhan ravi 2019년 3월 19일
Leave the matrix as size 1 X 178 don’t transpose.
  댓글 수: 4
madhan ravi
madhan ravi 2019년 3월 19일
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 2019년 3월 19일
Thank you ravi.
:))

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 General Applications에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by