Effacer les filtres
Effacer les filtres

Make a variable

1 vue (au cours des 30 derniers jours)
Alexandros
Alexandros le 25 Nov 2011
I have to make a variable which has the sign %s as many times as the variable x is.
This means if x = 15 then i need to make
B = [%s %s %s %s %s %s %s %s %s %s %s %s %s %s %s]
While also keep the spaces between them. So I can paste it into textscan.
Is there a way to produce B. I could make B as 2 columns one for % and one for s but when I transpose it the result is completely wrong.
%%%%%%%%%%%%%% ssssssssssssss
Any ideas? Thank you very much

Réponse acceptée

Titus Edelhofer
Titus Edelhofer le 25 Nov 2011
Hi,
B = repmat('%s ', 1, x);
Titus
  1 commentaire
Alexandros
Alexandros le 25 Nov 2011
Yes MANNNNNNN
THANK YOU AMAZINGGGGGGGGGGGGGGGGGGGGG

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by