User`s guide
R2013a
5-16
DelaunayTri Property Replacement
delaunayTriangulation Property
Name Change
Triangulation ConnectivityList
✓
Replacements for DelaunayTri Methods
DelaunayTri Method Replacement
delaunayTriangulation Method
Name Change
convexHull convexHull
inOutStatus isInterior
✓
nearestNeighbor nearestNeighbor
pointLocation pointLocation
voronoiDiagram voronoiDiagram
Set functions behavior change
The behavior of unique, union, intersect, setdiff, setxor, and ismember has changed.
• If there are repeated elements in the input arrays, the functions unique, union,
intersect, setdiff, and setxor return the index to the first occurrence of the
repeated elements (or rows).
• The optional output array, locb, returned by ismember, contains the lowest absolute
indices in B for elements (or rows) that are also in A.
• All index vectors returned by unique, union, intersect, setdiff, or setxor are
column vectors.
• The shape of the output, C, from intersect, setxor, and union, when the 'rows'
and 'legacy' flags are not specified, is as follows. C is column vector unless both A
and B are row vectors, in which case C is a row vector.
• The shape of the output, C, from setdiff, when the 'rows' and 'legacy' flags
are not specified, is as follows. C is a row vector if A is a row vector. Otherwise, C is a
column vector.
• unique, union, intersect, setdiff, setxor, and ismember support objects.
• The input arrays passed to union, intersect, setdiff, setxor, and ismember
must be of the same class with the following exceptions:
• Logical, char, and all numeric classes can combine with double arrays.