unique with tolerance
by Siyi Deng
06 May 2010
(Updated 29 Oct 2010)
Similar to Unique, gives unique element within a tolerance.
|
Watch this File
|
| File Information |
| Description |
UNIQUETOL Unique element within a tolerance.
[Y,I,J] = UNIQUETOL(X,TOL) is very similar to UNIQUE, but allows an additional tolerance input, TOL. TOL can be taken as the total absolute difference between similar elements. TOL must be a none negative scalar. If not provided, TOL is assumed to be 0, which makes UNIQUETOL identical to UNIQUE.
UNIQUETOL(...,'ROWS')
UNIQUETOL(...,'FIRST')
UNIQUETOL(...,'LAST')
These expressions are identical to the UNIQUE counterparts. |
| MATLAB release |
MATLAB 7.10 (2010a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 29 Oct 2010 |
improved "rows" capacity. |
|
Contact us at files@mathworks.com