rename photos in a specific folder
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello everybody,
I have a set of photos in a specific folder. Let say they start from Image00000_IR1 to Image00100_IR1. What I want is to rename these photos, so they will become Image00101_IR1 to Image00199_IR1. Is there a way that we could do that in MATLAB?
Thanks in advance.
댓글 수: 3
Stephen23
2021년 1월 2일
"I dont know where is my error?"
The orignal name and the new name are exactly the same. It appears that you might want to change the file extension, but your code just uses exactly the same file extension.
The robust and recommended way to split the filename and file extension is to use fileparts, rather than messing about with indexing like this code does.
답변 (1개)
Image Analyst
2021년 1월 2일
Why can't you just essentially follow the way I did it in your almost identical question:
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 Multicore Processor Targets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!