Tag Archives: Figure

19 relevant articles found:

Builtin PopupPanel widget

We can use a built-in Matlab popup-panel widget control to display lightweight popups that are attached to a figure window.

1 Comment

Matlab GUI training seminars – Zurich, 29-30 August 2017

Advanced Matlab training courses on Matlab User Interfaces (GUI) will be presented in Zurich Switzerland on 29-30 August, 2017

Leave a comment

Figure window customizations

Matlab figure windows can be customized in numerous manners using the underlying Java Frame reference.

Leave a comment

Figure keypress modifiers

The figure’s CurrentModifier property provides a simple and consistent way to retrieve keypress modifiers: alt-, control- and shift-clicks.

7 Comments

Capturing print events

Matlab print events can be trapped by users to enable easy printout customization.

3 Comments

Another couple of Matlab bugs and workarounds

A couple of internal Matlab bugs and their workarounds.

32 Comments

Customizing figure toolbar background

Setting the figure toolbar’s background color can easily be done using just a tiny bit of Java magic powder. This article explains how.

6 Comments

Customizing the standard figure toolbar, menubar

The standard figure toolbar and menubar can easily be modified to include a list of recently-used files.

12 Comments

Docking figures in compiled applications

Figures in compiled applications cannot officially be docked since R2008a, but this can be done using a simple undocumented trick.

30 Comments