create a vector of repeated different values and different repetitions
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mohammad Aljarrah
le 11 Mar 2021
Modifié(e) : Mohammad Aljarrah
le 11 Mar 2021
hello,
i have data that looks like this
Value repetition
1 5
3 2
5 3
6 1
10 4
i want to create a vector that looks like this
1 1 1 1 1 3 3 5 5 5 6 10 10 10 10
so basically, repeats the numbers in Value colum n repititions.
can anyone please help? thanks
0 commentaires
Réponse acceptée
Steven Lord
le 11 Mar 2021
Take a look at the repelem function.
1 commentaire
Mohammad Aljarrah
le 11 Mar 2021
Modifié(e) : Mohammad Aljarrah
le 11 Mar 2021
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!