Implementing External force in Simscape model

1 view (last 30 days)
Hello,
I'm working on a Simscape model, and I'm trying to implement an external force to my model.
I keep getting this error when running my simulation.
Can you please help find the reason why.
Thank you

Answers (1)

Aman Vyas
Aman Vyas on 13 Aug 2020
Hi,
The input to the "External force to torque" block is [3*1] in size as it contains all the three components Fx, Fy, Fz in it.
Since the signal that is coming from the product block is [1*1] or scalar, hence there is width inconsistency and thus that block is not accepting the values.
The possible workaround is either you choose single component Fx, Fy, Fz from the properties of the block else, replicate the product block thrice and send it as an array.
For more info, you can take a look at this documentation page:
Hope it helps!

Categories

Find more on Foundation and Custom Domains in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!