Skip to content

Instantly share code, notes, and snippets.

@mykappa
Created August 26, 2021 11:23
Show Gist options
  • Save mykappa/c7ad9fac532ccd8b2963aa3b452a9c24 to your computer and use it in GitHub Desktop.
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
% 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