Figbrowser

From Eigenvector Documentation Wiki

Jump to: navigation, search

Contents

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.
    • NOTE: menu addition can be permanently disabled by modifying the enableautoadd option in figbrowser. This option can be set using setplspref. When set to 'off', figbrowser will only show up on GUIs which specifically add it themselves, no matter what figbrowser command is issued. This option can also be modified through the "Figbrowser on All" menu item in all Figbrowser menus.
  • 'off' = Removes figbrowser menus from all figures.
  • ['autodock','on'] = Adds figbrowser trigger menu to current or specified figure
  • ['autodock','off'] = Adds figbrowser trigger menu to current or specified figure
  • Controls auto-docking of standard figures on creation (figbrowser must be "on"). Auto-docking forces any standard figure to be opened in the Figure window.

See Also

Views
Personal tools