Hello,
I want to create a vector with numbers that follow this pattern:
1 4 5 6 7 10 11 12 13 16 17 18 19 22 23 24 25 28 29 30 31 ... with a given maximum number m. Anyone has an idea how to do that ?

 채택된 답변

darova
darova 2020년 5월 4일

1 개 추천

Try this pattern
a1 = [1 3 1 1];
use repmat and cumsum

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Operators and Elementary Operations에 대해 자세히 알아보기

질문:

2020년 5월 4일

댓글:

2020년 5월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by