Multiplying [16x16] matrix with [16x1] vector in Simulink?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a matrix A (=16x16) multiplied by the vector B (=16x1):
Result=A (16x16) * B (16x1)
Using Simulink (The rest of the system is in Simulink), how can I multiply the matrix and the vector? I tried to use "Product" block but does not work. The image is what I got:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/165131/image.png)
0 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!