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

vector3d

Output

v

vector3d

m
n
Option
stable

prevent sorting