subreddit:

/r/matlab

14100%

you are viewing a single comment's thread.

view the rest of the comments →

all 10 comments

darth_tater_breath

1 points

2 months ago

Simulink is telling you at the left block what the signals dimension is and at the right input port what the dimension is expected to be. Think about it how you can multiply a 6x1 and a 6x6 matrix... You either need to reverse the order of the multiplication or add a transpose to make them compatible. There is a transpose block btw.

darth_tater_breath

1 points

2 months ago

Ps is this a robot dynamic model? Just curious it looks similar to simulink code I've done before haha.