Description Usage Arguments Value
Function for interpolating using chebyshev coefficients
1 | chebpred(x0, y0, coefmat, lb, ub)
|
x0 |
x coordinate for interpolation |
y0 |
y coordinate for interpolation |
coefmat |
matrix of coefficients from chebcoefs |
lb |
a vector of 2 lower bounds in each dimension |
ub |
a vector of 2 upper bounds in each dimension |
approximation for f(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.