Problem 45188. Repeat elements of a vector
Repeat each elements of a given vector according to their values.
- x=[1,2,1,3]
- y=[1,2,2,1,3,3,3]
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
-
Remove any row in which a NaN appears
8691 Solvers
-
5807 Solvers
-
1157 Solvers
-
5315 Solvers
-
特定の値がベクトル内に含まれているかを確認するコードを書こう
327 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!