You must return unique values in a vector in stable mode without using the unique function.
About stable order flag:
For example:
C = unique([5 5 3 4],'stable') returns C = [5 3 4].
The values are returned in the same order as in the original vector
Doc of the Unique function here
225 Solvers
Solve the set of simultaneous linear equations
172 Solvers
Create a matrix X, where each column is a shifted copy of the vector v
115 Solvers
Output any real number that is neither positive nor negative
250 Solvers
342 Solvers
Solution 1221105
smart, ha ha