MatrixBerryCore
+mxberry
+core
isunique.m
Go to the documentation of this file.
1
function
[isPositive,outVec]=
isunique
(inpVec)
2
outVec=
unique
(inpVec);
3
isPositive=length(inpVec)==length(outVec);
mxberry::core::isunique
function isunique(in inpVec)
mxberry::core::unique
function unique(in inpVec)
UNIQUE for arrays of any type.
Generated for MatrixBerryCore by
1.8.13