interpolation - Why is Matlab function interpn being modified? -
the matlab function interpn n-grid interpolation. according documentation page:
in future release, interpn not accept mixed combinations of row , column vectors sample , query grids.
this page provides bit more information still kind of cryptic.
my question this: why modification being implemented? in particular, there pitfalls using interpn?
i writing program in fortran supposed produce similar results matlab program uses interpn crucial component. i'm wondering if matlab program might have problem related modification.
no, don't think indicates there sort of problem using interpn, or of other matlab interpolation functions.
over last few releases mathworks has been introducing new/better functionality interpolation (for example griddedinterpolant, scatteredinterpolant , delaunaytriangulation classes). has been going on in small steps since r2009a, when replaced underlying qhull libraries computational geometry cgal.
it seems me interpn has long time supported unusual form of input arguments (i.e. mixed row , column vectors define sample grid) bit confusing people, hardly ever used, , bit of pain mathworks support. move forward newer functionality, they're taking opportunity simplify of syntaxes supported: doesn't mean there problem interpn.
Comments
Post a Comment