|
•
|
'neighbor', for interpolation according to the nearest neighbor method,
|
|
•
|
'linear', for linear interpolation method,
|
|
•
|
'cubicspline', for cubic spline interpolation method, or
|
|
•
|
'piecewisecubic', piecewise cubic interpolation method.
|
|
•
|
'const', to use a constant value outside the interpolation data,
|
|
•
|
'linear', for linear extrapolation method,
|
|
•
|
'nearestfunction', to use the nearest function as extrapolation method, or
|
|
•
|
'value', to use a specific value outside the interpolation data.
|
|
model.func() in the COMSOL Multiphysics Programming Reference Manual or type at the MATLAB prompt: mphdoc(model.func).
|