Question

D 2. Show all the steps of solving an Eug. Problem, & develop a computer Solution Object launched at 30 from horison, 50mph.

Help with Problem #2 , Object launched at 30 degrees. also plot the graph using Matlab. Kindly show all steps.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

`Hey,

Note: Brother if you have any queries related the answer please do comment. I would be very happy to resolve all your queries.

clc%clears screen
clear all%clears history
close all%closes all files
format long
th=30*pi/180;
v=50/2.237;
x=[0];
y=[0];
t=0;
ct=1;
g=9.81;
while(y(ct)>0||ct==1)
ct=ct+1;
t=t+0.001;
x(ct)=v*cos(th)*t;
y(ct)=v*sin(th)*t-0.5*g*t^2;
end
plot(x,y);
fprintf('Time of flight is %.2f\n',t);

– VIEW A do t a 3 x Pradeep Search Documentation EDITOR PUBLISH Insert E. fx - 3 Comment % 92% Breakpoints Indent 1 - EDIT D

Kindly revert for any queries

Thanks.

Add a comment
Know the answer?
Add Answer to:
Help with Problem #2 , Object launched at 30 degrees. also plot the graph using Matlab....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT