Tag Archives: Toolbar

14 relevant articles found:

Improving graphics interactivity

Matlab R2018b added default axes mouse interactivity at the expense of performance. Luckily, we can speed-up the default axes.

9 Comments

Reverting axes controls in figure toolbar

In R2018b the axes controls were removed from the figure toolbar, but this can be reverted.

6 Comments

Toolbar button labels

GUI toolbar button labels can easily be set and customized using underlying Java components.

Leave a comment

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

ScreenCapture utility

The ScreenCapture utility uses purely-documented Matlab for capturing a screen region as an image from within Matlab.

35 Comments

handle2struct, struct2handle & Matlab 8.0

This article explains how we can use a couple of undocumented functions in Matlab GUI, and what we can learn from this about Matlab’s future.

11 Comments

uisplittool & uitogglesplittool callbacks

Matlab’s undocumented uisplittool and uitogglesplittool are powerful toolbar controls – this article explains how to customize their behavior

3 Comments

uisplittool & uitogglesplittool

Matlab’s undocumented uisplittool and uitogglesplittool are powerful controls that can easily be added to Matlab toolbars – this article explains how

9 Comments

Modifying default toolbar/menubar actions

The default Matlab figure toolbar and menu actions can easily be modified using simple pure-Matlab code. This article explains how.

9 Comments