Creating a vector with a pattern of numbers

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 ?

 Réponse acceptée

darova
darova le 4 Mai 2020
Try this pattern
a1 = [1 3 1 1];
use repmat and cumsum

Plus de réponses (0)

Catégories

En savoir plus sur Operators and Elementary Operations dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by