strcat help
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
James
el 19 de Ag. de 2011
Comentada: Walter Roberson
el 19 de Mayo de 2020
filename=strcat('frame',num2str(i),'.jpg')
This line is within a for loop so images are created with filenames...
frame1, frame2...frame50
How can I change this line of code so that it is... frame001, frame002 ... frame050
0 comentarios
Respuesta aceptada
Más respuestas (2)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!