Effacer les filtres
Effacer les filtres

Variable in file name

2 vues (au cours des 30 derniers jours)
Zach
Zach le 13 Avr 2012
I have the following code: fname1=[a helpDD(1) helpSS(1)] where a - is a constant text, helpDD - is a variable text, helpSS - is a variable text. The result is: fname1 =
'Parnu_' 'SSW_' '5_10'
however, I need: 'Parnu_SSW_5_10' (all together), how could I get that?? Thank you!

Réponse acceptée

Robert Cumming
Robert Cumming le 13 Avr 2012
fname1=[a{1} helpDD{1} helpSS{1}]
  1 commentaire
Zach
Zach le 13 Avr 2012
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps 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