Created
August 26, 2021 11:23
-
-
Save mykappa/c7ad9fac532ccd8b2963aa3b452a9c24 to your computer and use it in GitHub Desktop.
Find and force the deletion of all open MATLAB waitbars that cannot be closed
This file contains 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
% Find and force the deletion of all open MATLAB waitbars that cannot be closed | |
delete(findall(0,'type','figure','tag','TMWWaitbar')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment