How to save everything except one or two given variable?
Mostrar comentarios más antiguos
It is possible to save all variables except one or two?
Respuesta aceptada
Más respuestas (2)
Image Analyst
el 25 de Mayo de 2015
1 voto
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.
Categorías
Más información sobre Parallel Computing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!