Menu

[solved]-Need Help Write Line 16 Keep Getting Error Matlab Realize Needs 13 16 Q39072139

I need help with how to write line 16. I keep getting an error.This is for MATLAB. (I realize it needs to be 13 not 16)

7 3 2 - 13 sin(r)C 3 with y(0) =C. y(r) 2

x 0:3 2 Sdefine the vector x in the interval [0,31 yl -f ( x, 10); 3 Scompute the solution with C-1 y2-f (x, 15) y3 f(x, 25)

7 3 2 – 13 sin(r)C 3 with y(0) =C. y(r) 2 x 0:3 2 Sdefine the vector x in the interval [0,31 yl -f ( x, 10); 3 Scompute the solution with C-1 y2-f (x, 15) y3 f(x, 25) Scompute the solution with C- 0 4 5 Scompute the solution with C-1 plot (x, yl,’-r’,x, y2,’–k’,x,y3,’-b’); %plot the three solutions with different line-styles 7 = -3x + 7×2-13cos (x)’); title ‘Solutions to dy/dx Sadd a title 10 legend (‘C 10’, ‘C-15’, 11 ‘C 25) %add a legend 12 grid on 13 end _ 14 15 function y=f (x,c) 16 y ((-3/2)x^2)+ ( (7/3) *x^3) – (16sin (x) +C)); %fill-in with the expression for the general sol 17 18 end n o 0 Show transcribed image text 7 3 2 – 13 sin(r)C 3 with y(0) =C. y(r) 2
x 0:3 2 Sdefine the vector x in the interval [0,31 yl -f ( x, 10); 3 Scompute the solution with C-1 y2-f (x, 15) y3 f(x, 25) Scompute the solution with C- 0 4 5 Scompute the solution with C-1 plot (x, yl,’-r’,x, y2,’–k’,x,y3,’-b’); %plot the three solutions with different line-styles 7 = -3x + 7×2-13cos (x)’); title ‘Solutions to dy/dx Sadd a title 10 legend (‘C 10’, ‘C-15’, 11 ‘C 25) %add a legend 12 grid on 13 end _ 14 15 function y=f (x,c) 16 y ((-3/2)x^2)+ ( (7/3) *x^3) – (16sin (x) +C)); %fill-in with the expression for the general sol 17 18 end n o 0

Expert Answer


Answer to I need help with how to write line 16. I keep getting an error. This is for MATLAB. (I realize it needs to be 13 not 16)… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *