How to save everything except one or two given variable?

 Réponse acceptée

Star Strider
Star Strider le 25 Mai 2015

3 votes

In a .mat file? Likely yes. If you have many variables in your workspace, the easiest way to include only those you want would be to use the who and then the setdiff function to exclude those you don’t want to save.

Plus de réponses (2)

dpb
dpb le 25 Mai 2015
Modifié(e) : dpb le 25 Mai 2015

0 votes

If you can write either
  1. a wild card expression or
  2. a regular expression
that returns everything excepting those you don't want, then yes. There isn't an -except option, however. It's been suggested but never made the adopted features list, never hurts to add your name to the proponents as a feature request at "official" TMW site www.mathworks.com.

Catégories

En savoir plus sur Parallel Computing 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!

Translated by