23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

spline<br />

0spline<br />

Purpose Cubic spline interpolation<br />

<strong>C++</strong> Prototype mwArray spline(const mwArray &x,<br />

const mwArray &y=mwArray::DIN,<br />

const mwArray &xi=mwArray::DIN);<br />

<strong>C++</strong> Syntax #include "matlab.hpp"<br />

<strong>MATLAB</strong><br />

Syntax<br />

353<br />

mwArray x, y, xi; // Input argument(s)<br />

mwArray yi, pp; // Return value<br />

yi = spline(x,y,xi);<br />

pp = spline(x,y);<br />

yi = spline(x,y,xi)<br />

pp = spline(x,y)<br />

See Also <strong>MATLAB</strong> spline Calling Conventions

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!