Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

how can I make changes on files in a folder?

1 vue (au cours des 30 derniers jours)
Mohammad
Mohammad le 9 Jan 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
I have a folder with for example 20 files in .fig format and diffrent names. I want to do some changes to every file. How can I let matlab check every file, and then when it's format is .fig ,make the changes and then go to the next file?
thanks

Réponses (1)

dpb
dpb le 9 Jan 2014
Use dir on the folder for and appropriate wild card ('*.fig', maybe?) to get the list of files in the returned directory structure, then loop over it.
There are examples at the FAQ

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by