MATLAB Function Reference Previous page   Next Page
findfigs

Find visible off-screen figures

Syntax

Description

findfigs finds all visible figure windows whose display area is off the screen and positions them on the screen.

A window appears to MATLAB to be off-screen when its display area (the area not covered by the window's title bar, menu bar, and toolbar) does not appear on the screen.

This function is useful when you are bringing an application from a larger monitor to a smaller one (or one with lower resolution). Windows visible on the larger monitor may appear off-screen on a smaller monitor. Using findfigs ensures that all windows appear on the screen.

See Also

figflag

Finding and Identifying Graphics Objects for related functions


Previous page  findall findobj Next page

© 1994-2005 The MathWorks, Inc.