can we implement matrix multiplication in simulink with known variables?
조회 수: 4 (최근 30일)
이전 댓글 표시
I have 2 variables, which is in 2 4*4 matrices which have to be multiplied to get the final result. I need to change the values of the variables for different conditions.
댓글 수: 0
답변 (1개)
Walter Roberson
2024년 7월 23일
https://www.mathworks.com/help/simulink/slref/product.html with 'Multiplication' set to 'Matrix'
Everything else is setting up the appropriate signals and the control logic for changing the variables.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!