how to replace the name of image with a number?
Show older comments
hello, I have a dataset that contain 300 images. the name of image is :
464_img_2,464_img_3,464_img_4,464_img_5
.
.
.
1017_img_2,1017_img_3,1017_img_4,1017_img_5
I want to replace the beginning of image name in the order of 1 to 300 as shown:
1_img_2,1_img_3,1_img_4,1_img_5
.
.
.
300_img_2,300_img_3,300_img_4,300_img_5
please, help me, How can do it?
1 Comment
Stephen23
on 18 Jan 2016
Is each line here one string, or multiple strings? Can you please upload your data for us to try out.
Accepted Answer
More Answers (0)
Categories
Find more on Convert Image Type in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!