How to change the name of an image?

1 回表示 (過去 30 日間)
oshawcole
oshawcole 2019 年 8 月 20 日
コメント済み: oshawcole 2019 年 8 月 20 日
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
Adam Danz 2019 年 8 月 20 日
Great! I'll move my comment to the answer section so your question appears as answered.
oshawcole
oshawcole 2019 年 8 月 20 日
Absolutely :)

サインインしてコメントする。

採用された回答

Adam Danz
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 件)

カテゴリ

Help Center および File ExchangeGamma Functions についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by