strcat help
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
James
am 19 Aug. 2011
Kommentiert: Walter Roberson
am 19 Mai 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (2)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!