how to convert char into text??
Mostrar comentarios más antiguos
hi guys
I have files with same name but different extension numbers
for example
filename='file_';
fileExt='22'
name=[filename,fileExt];
the output name
name='file_22'
but I need the output just as text, I am planning to call function from this output
% I need the output to like
name=file_22
any possible ways, thanks
2 comentarios
Walter Roberson
el 28 de Dic. de 2017
Do you mean that you need to access a variable named file_22 in that statement?
Muhammad RSMY
el 28 de Dic. de 2017
Respuesta aceptada
Más respuestas (2)
Walter Roberson
el 28 de Dic. de 2017
0 votos
1 comentario
Muhammad RSMY
el 28 de Dic. de 2017
Editada: Muhammad RSMY
el 28 de Dic. de 2017
Muhammad RSMY
el 28 de Dic. de 2017
0 votos
Categorías
Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!