User`s guide
Mathematics
7-17
Functionality What Happens
When You
Use This
Functionality
Use This Instead Compatibility Considerations
dsearch Errors DelaunayTri/
nearestNeighbor
Replace all existing
instances of dsearch
with DelaunayTri/
nearestNeighbor.
convhull(...,
OPTIONS)
Errors Omit the OPTIONS argument
when you call convhull.
Remove the OPTIONS
argument from all
instances that pass it to
convhull.
delaunay(...,
OPTIONS)
Errors Omit the OPTIONS argument
when you call delaunay.
Remove the OPTIONS
argument from all
instances that pass it to
delaunay.
griddata(...,
OPTIONS)
Errors Omit the OPTIONS argument
when you call griddata.
Remove the OPTIONS
argument from all
instances that pass it to
griddata.
voronoi(...,
OPTIONS)
Errors Omit the OPTIONS argument
when you call voronoi.
Remove the OPTIONS
argument from all
instances that pass it to
voronoi.
Other Functionality Being Removed or Changed
Functionality What Happens
When You
Use This
Functionality
Use This Instead Compatibility Considerations
isequalwithequalnansStill Runs isequaln Replace all instances of
isequalwithequalnans
with isequaln.