unique
(method of vector3d)
disjoint list of vectors
Syntax
v = unique(v) % find disjoined elements of the vector v v = unique(v,'tolerance',0.01) % use tolerance 0.01 [v,m,n] = unique(v,varargin)]
Input
v |
Output
v | |
m | |
n |
Option |
stable |
prevent sorting |
MTEX 5.2.beta1 |