uniqueind
ind = uniqueind(x)
Return the index ind such that x[ind] gets the unique values of x. No sorting is done
Source Code
View the source code for this function.
ind = uniqueind(x)
Return the index ind such that x[ind] gets the unique values of x. No sorting is done
View the source code for this function.