Tag Archives: Callbacks

Matlab callbacks for Java events

Events raised in Java code can be caught and handled in Matlab callback functions – this article explains how

Categories: High risk of breaking in future versions, Java, Listeners, Semi-documented function, Undocumented feature, Undocumented function
Tags: , , , , ,
27 Comments

The hgfeval function

The semi-documented hgfeval function can be useful for callback chaining – this article explains how

Categories: Low risk of breaking in future versions, Semi-documented function
Tags: , ,
1 Comment

Matlab-Java interface using a static control

The switchyard function design pattern can be very useful when setting Matlab callbacks to Java GUI controls. This article explains why and how.

Categories: Guest bloggers, GUI, Java, Low risk of breaking in future versions
Tags: , , ,
17 Comments

Accessing plot brushed data

Plot data brushing can be accessed programmatically using very simple pure-Matlab code

Categories: Figure window, Handle graphics, Low risk of breaking in future versions, Undocumented feature
Tags: , , , , , ,
8 Comments

Advanced JIDE Property Grids

JIDE property grids can use complex cell renderer and editor components and can signal property change events asynchronously to Matlab callbacks

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

Matlab and the Event Dispatch Thread (EDT)

The Java Swing Event Dispatch Thread (EDT) is very important for Matlab GUI timings. This article explains the potential pitfalls and their avoidance using undocumented Matlab functionality.

Categories: Guest bloggers, GUI, Handle graphics, Java, Medium risk of breaking in future versions, Semi-documented function, UI controls, Undocumented feature
Tags: , , , , , ,
23 Comments