How to change the name of an image?
    5 次查看(过去 30 天)
  
       显示 更早的评论
    
I have multiple images named as 10000, 10006, 10013, 100247 etc and I want to rename these images as 1_Gamma, 2_Gamma, 3_Gamma, 4_Gamma respectively. Any help would be appreciated. Thanks
4 个评论
  Adam Danz
    
      
 2019-8-20
				Great!  I'll move my comment to the answer section so your question appears as answered.  
采纳的回答
  Adam Danz
    
      
 2019-8-20
        You can use movefile() to create a copy of the file with a new name.  Then you can use delete() to delete the old copies forever (but you already made a backup of the original files before you did any of this).  
0 个评论
更多回答(0 个)
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Gamma Functions 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

