Effacer les filtres
Effacer les filtres

How to change the name of an image?

5 vues (au cours des 30 derniers jours)
oshawcole
oshawcole le 20 Août 2019
Commenté : oshawcole le 20 Août 2019
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 commentaires
Adam Danz
Adam Danz le 20 Août 2019
Great! I'll move my comment to the answer section so your question appears as answered.
oshawcole
oshawcole le 20 Août 2019
Absolutely :)

Connectez-vous pour commenter.

Réponse acceptée

Adam Danz
Adam Danz le 20 Août 2019
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).

Plus de réponses (0)

Catégories

En savoir plus sur Image Filtering and Enhancement dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by