PLS_Toolbox Documentation: figbrowser< ffacdes1 figmerit >

figbrowser

Purpose

Browser with icons of all Matlab figures.

Synopsis

 

figbrowser(varargin)

Description

The figbrowser function creates a figure containing thumbnail images of all visible Matlab figures. Clicking on an icon will instantly make that figure the current figure and bring to the front.

INPUTS

         ''(empty) =   Creates or updates current figbrowser window

             'focus' =   Brings the figbrowser window to the front and updates if figures have been created or deleted since last update

                   'hide' =   Hides the figbrowser window

['addmenu',target_figure] = Adds figbrowser trigger menu to current or specified figure

                   'on' =   Turns on automatic addition of figbrowser menu to all figures.

                 'off' =   Removes figbrowser menus from all figures.

See Also


< ffacdes1 figmerit >