clearnot
Versione 1.0.0.0 (1,43 KB) da
Andrew Bliss
CLEARNOT clears all variables except the input variables
CLEARNOT A B clears all the variables in the calling workspace except A and B (or any variable that is input to CLEARNOT).
Useful for cleaning up a cluttered workspace when you want to preserve a few variables.
The functional form of CLEARNOT is also valid: CLEARNOT('A','B').
TODO: make it work with wildcards.
Example:
a=2;b=3;c=4;d=5;
clearnot a c
This clears B and D but preserves A and C in the workspace.
Cita come
Andrew Bliss (2025). clearnot (https://it.mathworks.com/matlabcentral/fileexchange/39776-clearnot), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Workspace Variables and MAT Files in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
