-
-
[
Matlab]
spline_eval.rar
evaluate a spline interpolant (works with the output from linear_spline.m, cubic_nak.m and cubic_clamped.m)
Category:
matlab Upload User:
wangcy089 Size:
1K
-
-
[
Matlab]
ForcedPendulum.zip
... sections using:
t_P = (0:2*pi/omega_d:max(time))
plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . )
System is described in:
"Fractal basin boundaries and intermittency in the driven damped pendulum"
E. ...
Category:
matlab Upload User:
szleach Size:
8K
-
[
Windows_Unix]
splinesC2.rar
In mathematics, a spline is a special function defined piecewise by polynomials. In interpolating problems, spline interpolation is often preferred to polynomial interpolation because it yields similar results
-
-
-
-
[
C/C++]
B-SPLINE.rar
Given by the user control point lit by the program of the pixels on the screen to draw B-spline curve
-
[
C/C++]
NA-19.zip
A C++ Program to construct Clamped Cubic Spline Interpolant from the given data
-
[
C/C++]
NA-17.zip
A C++ Program to determine whether the given function is a Cubic Spline or not