0

I need to plot exactly this graph in MATLAB: hermite plot

I am struggling with writing hermite vector functions as the vectors showed like they correspond to just last 2 rows of the matrixs in figure.

In MATLAB I wrote equations as below, but I didn't understand why it shows only the last two.

equation1 = (1/3)*t^3+(1/2)*t^2;
equation2 = (1/3)*t^3-(1/2)*t^2;
equation3 = t^4+5*t^3+t^2+t;
equation4 = t^4+5*t^3+t^2+t;

Thanks!

m3tho
  • 602
  • 6
  • 11
P.A
  • 1
  • 1

0 Answers0