Howto : Prevent figures from stealing focus in MATLAB
August 15th, 2008
7 comments

Regular users of MATLAB will have noticed that figure windows have a nasty tendency to steal the focus from other windows. If you are making regular updates to a figure while in a loop, this makes it impossible to, say, use a browser while the script is running. Read on for a solution to this problem(!)