How to Clear all Variables of a Workspace Except for Those Explicitly Excluded?

 Réponse acceptée

Jan
Jan le 15 Mar 2017
Modifié(e) : Jan le 15 Mar 2017
clearvars -except keepVariables
I recommend to use functions. Then there is no need to clear workspace variables. For larger projects it is very useful, if the workspace is kept clean, instead of applying method to clean them manually.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by