How to make vector increasing same value??

2 次查看(过去 30 天)
For example, I have a vector [1,2,3,4]
But, I want to increase this like
[1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4]
I tried to if and for. But it doesn't work well.
Could you recommend something?

采纳的回答

Stephen23
Stephen23 2018-12-19
repelem([1,2,3,4],4)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by