Customizing editboxes
Matlab's editbox can be customized in many useful manners
Matlab's editbox can be customized in many useful manners
Matlab's standard menu items can and should be removed from deployed docked figures. This article explains how.
The Matlab waitfor function can be used to wait for asynchronous Java/ActiveX events, as well as with timeouts.
Matlab menu items can be customized in a variety of useful ways using their underlying Java object.
Matlab menus can be customized in a variety of undocumented manners - first article of a series.
Internal fields of Java objects may leak memory - this article explains how to avoid this without sacrificing performance.
The javacomponent function is very useful for placing Java components on-screen, but has a few quirks.
Callback reentrancy is a major problem for frequently-fired events. Luckily, it can easily be solved.
Matlab's undocumented uisplittool and uitogglesplittool are powerful toolbar controls - this article explains how to customize their behavior
Events raised in Java code can be caught and handled in Matlab callback functions - this article explains how