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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started