If the input vector A is [42 1 1],
the output value B must be the unique values [42 1]
The values of B are in the same order as A
perhaps you should specify that y is in the order of the first occurence of each unique element of x
This would be a better problem if unique and sort functions were not allowed
Nice problem!
Solution without using sort(.) or unique(.) .
Solution without using sort(_) or unique(_) .
Note 1) this solution does not use sort() anywhere :) 2) the more elegant "stable" is not available for unique in pre-2012 MATLAB.
847 Solvers
794 Solvers
Cell Counting: How Many Draws?
254 Solvers
Celsius to Fahrenheit converter
280 Solvers
Area of an equilateral triangle
1704 Solvers