Saving all variables with save EXCEPT just a few variables
46 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a workspace that I want to save all variables except a few that are named basically with the same prefix. So ideally, I'd like to save everything except a few. For example, save everything except `not_me*`, `not_me_either*`.
Since writing individual errors is a lot and a annoying I wanted a short way to do this.
The only way I thought of doing this so far was with maybe a regex (since it gets in regex's) but I ahve not been successful in forming one yet.
Réponses (1)
Voir également
Catégories
En savoir plus sur Workspace Variables and MAT Files 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!