Saving all tabs into a folder
Afficher commentaires plus anciens
This question is about the interface. I would like to save all my Matlab script tabs into a folder. Is there any quick way to do that? Unfortunately, I cannot save them one by one since I do have 100+ scripts.
Thanks.
4 commentaires
Walter Roberson
le 22 Avr 2023
To check, are you referring to the editor?
If so, are these files that have already been saved, but you are wanting to make copies in a different folder?
Or are these files that either have never been saved or have been modified, and you are wanting to save the current versions to a particular folder?
Question: what is your setting for Preferences -> Editor/Debugger -> Automatic file changes -> Save changes upon clicking away from a file
FFFLP
le 22 Avr 2023
Rik
le 22 Avr 2023
Are you using the words script and function interchangeably? Because 100+ scripts is very likely to be a sign of terrible design. You should use functions to make sure you have a stable interface that you can document and can improve in isolation.
FFFLP
le 22 Avr 2023
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Adding custom doc dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!