Effacer les filtres
Effacer les filtres

vector manipulation in matlab

1 vue (au cours des 30 derniers jours)
OLUBUKOLA ogunsola
OLUBUKOLA ogunsola le 1 Juin 2016
hi say i have a vector v=[8 4 0 2 8 9 10 11] and i want to add a scaler 'a' ( which could be anything ) i'll write it this way: w=[v,a] ,but in case 'a' occurs more than one time which is not predetermined ( if it was two times it will be w=[v,a,a] ). Say 'n' times , how could i tell matlab to repeat 'a' n times in this format w=[v,a bla bla bla ] thanks

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 1 Juin 2016
w=[v repmat(a,1,n)]
  1 commentaire
OLUBUKOLA ogunsola
OLUBUKOLA ogunsola le 1 Juin 2016
thanks a lot , works fine

Connectez-vous pour commenter.

Catégories

En savoir plus sur Creating and Concatenating Matrices 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!

Translated by