Yearly Archives: 2015

37 relevant articles found:

Programmatic shortcuts manipulation – part 2

Non-standard shortcut controls and customizations can easily be added to the Matlab desktop.

Categories: Desktop, High risk of breaking in future versions, Java, Undocumented feature
Tags: , , , ,
4 Comments

Programmatic shortcuts manipulation – part 1

Matlab Desktop shortcuts can be programmatically accessed and customized.

Categories: Desktop, High risk of breaking in future versions, Icons, Undocumented feature
Tags: , , ,
5 Comments

Solving a Matlab MCOS bug

Matlab has a bug with handling multi-element class-access constructs. This post explains the problem and solution.

Categories: Low risk of breaking in future versions, Undocumented feature
Tags: , ,
10 Comments

Customizing contour plots

Contour labels, lines and fill patches can easily be customized in Matlab HG2.

Categories: Handle graphics, Hidden property, High risk of breaking in future versions, Stock Matlab function
Tags: , , , ,
10 Comments

Figure keypress modifiers

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

Categories: Figure window, GUI, Medium risk of breaking in future versions, Undocumented feature
Tags: , , , ,
6 Comments

Enabling user callbacks during zoom/pan

Matlab zoom, pan and rotate3d modes hijack the user’s figure callbacks, but this can be overridden.

Categories: Figure window, Listeners, Medium risk of breaking in future versions, Undocumented feature, Undocumented function
Tags: , , , , ,
9 Comments

Hyperlink text labels

Hyperlink labels can easily be added to Matlab GUIs.

Categories: GUI, Java, Low risk of breaking in future versions
Tags: , , ,
5 Comments

Font selection components

Several built-in components enable programmatic font selection in Matlab GUI – this article explains how.

Categories: GUI, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: , , , ,
3 Comments

Adding dynamic properties to graphic handles

It is easy and very useful to attach dynamic properties to Matlab graphics objects in run-time.

Categories: GUI, Handle graphics, High risk of breaking in future versions, Stock Matlab function, UI controls, Undocumented feature, Undocumented function
Tags: , , , , , ,
4 Comments

Callback functions performance

Using anonymous functions in Matlab callbacks can be very painful for performance. Today’s article explains how this can be avoided.

Categories: GUI, Handle graphics, Low risk of breaking in future versions
Tags: , , , , , ,
12 Comments