Borrar filtros
Borrar filtros

Variable in file name

2 visualizaciones (últimos 30 días)
Zach
Zach el 13 de Abr. de 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!

Respuesta aceptada

Robert Cumming
Robert Cumming el 13 de Abr. de 2012
fname1=[a{1} helpDD{1} helpSS{1}]

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by