Question: Need help solving matlab error % code %1st part t = 0:0 1: 5; x = 52*t 9*t^2; y = 125-5* t^2; plot(t, x, t,

Need help solving matlab error  Need help solving matlab error % code %1st part t =

% code %1st part t = 0:0 1: 5; x = 52*t 9*t^2; y = 125-5* t^2; plot(t, x, t, y) title('y vs x'); %2nd part t = 0:0.1:5 vx = [-9 52 0] vy = [-5 0 125]; vx 1 = polyder(vx) vy = polyder(vy) v = squareroot (vx1.^2 + vy1.^2) plot(v, t) titlet('v vs t')

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!