Question
The first picture is the objective of project and second is the format the project should follow on MatLab please! that each one makes the
The first picture is the objective of project and second is the format the project should follow on MatLab please!
that each one makes the first one is done F1 input('Enter the first force: '); A=input('Enter the angle at which the force acts on the beam: '); % You now have to repeat this for F2 with angle B, and F3 with angle X Decompose each force into its x and y direction components There will be six calculatons - two for each force % % Add the three x direction forces - this sum is the resultant in the x direction Add the three y direction forces. this sum is the resultant in the y direction Calculate the resultant force using the appropriate formula Calculate the angle of the resultant force using the inverse tangent (atand...)) Print the results using fprintf so that the data is formatted to the decimal places and are aligned on their decimal points
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