フィルターのクリア

Variable in file name

2 ビュー (過去 30 日間)
Zach
Zach 2012 年 4 月 13 日
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!

採用された回答

Robert Cumming
Robert Cumming 2012 年 4 月 13 日
fname1=[a{1} helpDD{1} helpSS{1}]
  1 件のコメント
Zach
Zach 2012 年 4 月 13 日
Thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by