Transparent uipanels
Matlab uipanels can be made transparent, for very useful effects.
Matlab uipanels can be made transparent, for very useful effects.
Matlab uicontextmenus are not automatically deleted with their associated objects, leading to leaks and slow-downs.
Matlab performance can be improved by employing POSIX threads in C/C++ code.
Matlab performance can be improved by employing .Net (C#, VB, F# or C++) threads.
Matlab button uicontrols can easily be highlighted by simply setting their Value property.
Private properties of Matlab class objects can be accessed (read and write) using some undocumented techniques.
Handle object property access (get/set) performance can be significantly improved using dot-notation.
Matlab's standard plot data-tips can be customized to enable dragging, without being limitted to be adjacent to their data-point.
Undocumented features of Matlab editbox uicontrols enable immediate user-input data validation
Matlab listboxes and editboxes can be used to display rich-contents HTML-formatted strings, which is ideal for log panels.