intersect |
Set intersection of two arrays |
ismember |
Array elements that are members of set array |
ismembertol |
Members of set within tolerance |
issorted |
Determine whether array is sorted |
setdiff |
Set difference of two arrays |
setxor |
Set exclusive OR of two arrays |
union |
Set union of two arrays |
unique |
Unique values in array |
uniquetol |
Unique values within tolerance |
Average Similar Data Points Using a Tolerance
This example shows how to average a group of points that are within tolerance. This approach produces a reduced data set that still holds the general shape of the original data.
Group Scattered Data Using a Tolerance
This example shows how to group scattered data points based on their proximity to points of interest.