MatrixBerryCore
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);
function isunique(in inpVec)
function unique(in inpVec)
UNIQUE for arrays of any type.