So let's say that x is a vector, for example, x = [4, 4, 5, 5, 5, 6, 7, 7,8, 8, 8, 8]
Now we want to get the following two vectors, l = [2, 3, 1, 2, 4]; The number of repeats per element of x.
v = [4, 5, 6, 7, 8]; The value of repeating elements in x.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers37
Suggested Problems
-
Find the alphabetic word product
3459 Solvers
-
How to find the position of an element in a vector without using the find function
2814 Solvers
-
Return elements unique to either input
808 Solvers
-
Solving Quadratic Equations (Version 1)
505 Solvers
-
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
957 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
In the definition of the problem, there are lots of 8. You should revise it.
Thanks for your advice, it has been changed.