Force Matlab figure to lie above all other desktop windows

2 views (last 30 days)
I am creating avi videos using VideoWriter, and am having a problem with the image captured in the videos. I intend the videos to show a Matlab figure window. However if I do something else like check email and open a window at the same desktop location as the figure window while my (slow) script is running, the "rogue" window is captured in the avi file instead of the Matlab figure window.
How can I force a Matlab figure to lie above other desktop windows opened by Matlab, Windows, etc? Perhaps there is a figure property which controls this.

Accepted Answer

Jason Ross
Jason Ross on 25 Oct 2012
It looks like there are a number of utilites to do this on Windows. This only one that I found through Google:
(I'm not sure if there's a figure property for this ...)

More Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!