another quick question about string read
    1 visualizzazione (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
gesNum = 6;
I want to get modelsq_6 other than modelsq_gesNum by using : sprintf('%s_%s', 'modelsq', 'gesNum'); I know this is wrong way, so how should I do?
1 Commento
  Jan
      
      
 il 13 Feb 2013
				@UTA: The documentation of sprintf does explain this clearly, so please read again:
help sprintf
doc sprintf
Risposta accettata
Più risposte (1)
Vedere anche
Categorie
				Scopri di più su Characters and Strings in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


