I Load 10,000 image files from internet site and i save it in the folder to use it in my project (image retrieval system ), now i need to rename image file in a sequential
rename a file in matlab:
movefile('myfile.m','myfile2.m')
and you need to get all files in a folder, try something like:
filelist = dir('*.jpg');