C++ Math Library Reference | ![]() ![]() |
Piecewise Cubic Hermite Interpolating Polynomial (PCHIP)
C++ Prototype
mwArray pchip(const mwArray &x,const mwArray &y);
mwArray pchip(const mwArray &x,const mwArray &y,const mwArray &xi );
C++ Syntax
#include "matlab.hpp" mwArray x, y, x1; // Input argument(s) mwArray y1, pp; // Output argument(s) pp = pchip(x,y); yi = pchip(x,y,xi);
MATLAB Syntax
pp = pchip(x,y); yi = pchip(x,y,xi);
See Also
pchip
Calling Conventions![]() | pcg | perms | ![]() |