Question: MATLAB Write a Matlab script to calculate the total force exerted a the balloon, assuming that the force due to gravity is 100 N, pointed
MATLAB
Write a Matlab script to calculate the total force exerted a the balloon, assuming that the force due to gravity is 100 N, pointed down, the buoyant force is 200 N, pointed up, and the force due to the wind is 50 N, at an angle of 30 degrees from horizontal. Print results using fprintf() function. Create 2 vectors to represent given data.
F is the total force Fx is the force in the x direction Fy is the force in the y direction Figure on the right shows how to calculate Fy and Fx. To find angle A, we use A=arctan(Fy/Fx) Then, we can calculate the magnitude of F: F=Fx/cos(A)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
