aggiunto note, piccoli fix a eigenvalues, aggiunto polinomio di chebyshev
This commit is contained in:
5
samples/spline cubic.m
Normal file
5
samples/spline cubic.m
Normal file
@@ -0,0 +1,5 @@
|
||||
x=[-2 0 2 3 4 5];
|
||||
y=[4 0 -4 -30 -40 -30];
|
||||
xx=-2:0.1:5;
|
||||
yy=spline(x,y,xx);
|
||||
plot(xx,yy,'g')
|
||||
Reference in New Issue
Block a user