Tag Archives: Callbacks

31 relevant articles found:

Matlab toolstrip – part 4 (control customization)

Matlab toolstrip components (controls) can be customized in various ways, including user-defined callbacks.

Categories: Figure window, GUI, High risk of breaking in future versions, UI controls, Undocumented feature
Tags: , , , , ,
Leave a 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

Categories: Public presentation
Tags: , , , , , , , , , ,
Leave a comment

Listbox selection hacks

Matlab listbox selection can be customized in a variety of undocumented ways.

Categories: GUI, Java, Medium risk of breaking in future versions, UI controls, Undocumented feature
Tags: , , ,
4 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

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

Undocumented HG2 graphics events

Matlab’s new HG2 graphics engine includes many new undocumented events that could be used in various ways.

Categories: Handle graphics, High risk of breaking in future versions, Listeners, Undocumented feature
Tags: , , , ,
14 Comments

copyobj behavior change in HG2

the behavior of Matlab’s copyobj function changed in R2014b (HG2), and callbacks are no longer copied.

Categories: Guest bloggers, GUI, Handle graphics, Low risk of breaking in future versions, Stock Matlab function
Tags: , , , ,
Leave a comment

Matlab callbacks for Java events in R2014a

R2014a changed the way in which Java objects expose events as Matlab callbacks.

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

uicontextmenu performance

Matlab uicontextmenus are not automatically deleted with their associated objects, leading to leaks and slow-downs.

Categories: Guest bloggers, Handle graphics, Low risk of breaking in future versions, Undocumented feature
Tags: , , , , ,
6 Comments

Editbox data input validation

Undocumented features of Matlab editbox uicontrols enable immediate user-input data validation

Categories: GUI, Handle graphics, Java, Medium risk of breaking in future versions, UI controls, Undocumented feature
Tags: , , , ,
6 Comments