Callback functions performance
Using anonymous functions in Matlab callbacks can be very painful for performance. Today's article explains how this can be avoided.
Using anonymous functions in Matlab callbacks can be very painful for performance. Today's article explains how this can be avoided.
Tim Smith is responsible for many of Matlab's new designs
JGraph is a powerful open-source Java library that can easily be integrated in Matlab figures.
Matlab can be made to run much faster using some simple optimization techniques.
Professional-looking slider controls can easily be integrated in Matlab GUI.
the behavior of Matlab's copyobj function changed in R2014b (HG2), and callbacks are no longer copied.
Matlab includes a variety of undocumented internal controls that can be used for an auto-completion component.
Matlab figure windows can be made undecorated (borderless, title-less).
Matlab uipanel controls can be customized using Java in ways that are impossible with plain Matlab.
There are various ways to display interactive split-panes in Matlab GUI. Uiextras flex-panels override a checkbox control's CData to display a divider.