another quick question about string read
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Jan
el 13 de Feb. de 2013
@UTA: The documentation of sprintf does explain this clearly, so please read again:
help sprintf
doc sprintf
Respuesta aceptada
Más respuestas (1)
Ver también
Categorías
Más información sobre Characters and Strings 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!