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일

2 개 추천

repelem([1,2,3,4],4)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

태그

질문:

2018년 12월 19일

답변:

2018년 12월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by