here is the question, can I have the solution in a matlab file, so I can copy it to my desktop & edit if I want. thank you.
(nne for each prohlem) with adequate dulu url churls. Youun lind relevant information in the lecture notes posted under Course Materials. Please see attached prohlem set Create a MATLAB file to solve the tnllowing nrnblem 1. Calculate the range that a hall would travel when it is thrown with an initial velocity of v0 of 20 m/s at an initial angle A (hetween 0 and 90\", in 1\" increments 2. Determine the angle u that will result in the maximum range for the ball 3. Plot the trajectory of the ball for angles between 5 and R5, in 10 increments This project is excerpted from Chapman, Stephen J. MATLAB Programming for Engineers, 5th Editian. Cengage Learning, 2015.
////////script file to call function :::
(2)the angle that will result in maximum range for the ball.
/////SOLUTION::
(3).trajectory of the ball
///// SOLUTION::::::
plot(teta,rh)
//////////example
plot(teta,rh,LineSpe1)
plot(teta1,rh1,...,tetaN,rhN)
plot(teta1,rh1,LineSpe2,...,tetaN,rhN,LineSpe2)
plot(rh)
plot(rh,LineSpe1)
plot(Z)
plot(Z,LineSpe1)
plot(___,Name,Value)
plot(pax,___)
p =plot(___)