How to save everything except one or two given variable?
Ältere Kommentare anzeigen
It is possible to save all variables except one or two?
Akzeptierte Antwort
Weitere Antworten (2)
Image Analyst
am 25 Mai 2015
1 Stimme
If you can write either
- a wild card expression or
- 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.
Kategorien
Mehr zu Parallel Computing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!