Statics and Dynamics Problem
显示 更早的评论
I'm having issues with even starting this problem. There's a billboard on a ball and socket joint at the base and cables to keep it in place. The banner hanging from the billboard weighs 300 kg. I am trying to create a program that will allow the user to input vectors of both the force of the wind and the angle of the wind.
In the attached image, you will see a diagram of this situation. The distances L1, L2, L3, L4, D are 10 , 5 , 3 , 2 , 4 m, respectively.
The goal of this program is to find the tension in the cables and find the reactions at the base of the pole and then plot a graph of force of the wind vs the tension in the cables.
Any suggestions/tips?
7 个评论
dpb
2013-12-4
Just start writing the moment and force balances for the free body diagram and then implement.
dpb
2013-12-6
Well, not knowing what you used for inputs it's hard to say, precisely.
Given an example and can undoubtedly resolve the problem...
O
2013-12-6
Walter Roberson
2013-12-7
something like
bsxfun(@plus, forceB(:), ForceW)
?
O
2013-12-7
Walter Roberson
2013-12-7
It would replace the addition.
b = bsxfun(@plus, forceB(:), ForceW);
but double-check whether it gives you the orientation of matrix that you want.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!