When Matlab
is processing code including the plot()
command, Matlab
will steal window focus, when plot()
is processed. While many seem to find this behavior annoying, I find it useful as an alert telling me when the plot has been processed, and I can do something else while Matlab
is running.
I would, however, like to have Matlab stealing window focus whenever calculations are done (Matlab
being idle), and not just when I include the plot()
or figure()
command.
I have found a post about disabling the window stealing behavior of plot()
and figure()
(Inhibit Matlab Window Focus Stealing), but not on adding window stealing behavior when calculations are done. Can it be done?