Created
June 10, 2015 06:23
-
-
Save danielthiel/2d87f90bd05cfb8273dd to your computer and use it in GitHub Desktop.
clear matlab workspace (closing figures and open simulink models)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% clear workspace | |
clear % erase variables from matlab workspace without saving | |
clc % clear command window | |
close all % close all figures windows wihtout saving | |
bdclose all % close all simulink models without saving |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment