Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Can you do it in MATLAB and show all of the step?. C. (8 pts) A 70 lb bag of rice is being pulled by
Can you do it in MATLAB and show all of the step?.
C. (8 pts) A 70 lb bag of rice is being pulled by applying a force F at an angle as shown. The force required to drag the bag is given by: 70 Isin + cos Where u 0.35 is the friction coefficient. Determine (a) (3 pts) Fa for ,-0,50, 100, 15, 20, 25, 30, 35, 40, 45. Enter the variable theta as a vector using the operator. (b) (5 pts) the angle 0 where F is minimum. Do it by creating a vector 8b with elements ranging from 00 to 45 and spacing of 0.01. Calculate F, for each value of b and then find the minimum F and the associated with MATLAB's built-in function min0. Write the command plot (theta b, F_b) at the end of your script to plot F, versus Hint from the help of min function: [Y, 1] = min (X) returns the index 1 of the minimum value in a vector X If the values along X contain more than one minimal element, the index of the first one is returnedStep 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