clear except...

clear workspace except prescribed variables
3,1K Downloads
Aktualisiert 4. Jun 2008

Lizenz anzeigen

This function clear all variables in the workspace except the variables listed in the function argument.
Example: clearex('var1',var2') will clear all variables in the workspace except var1 and var2.
Note: wildcards (e.g. 'var*') can be used.

Zitieren als

Arnaud Laurent (2026). clear except... (https://de.mathworks.com/matlabcentral/fileexchange/19548-clear-except), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2007a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Help Center und MATLAB Answers
Version Veröffentlicht Versionshinweise
1.0.0.0

updated to enable wildcards