How to save everything except one or two given variable?
Show older comments
It is possible to save all variables except one or two?
Accepted Answer
More Answers (2)
Image Analyst
on 25 May 2015
1 vote
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.
Categories
Find more on Parallel Computing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!