Plot LineSmoothing property
LineSmoothing is a hidden and undocumented plot line property that creates anti-aliased (smooth unpixelized) lines in Matlab plots
LineSmoothing is a hidden and undocumented plot line property that creates anti-aliased (smooth unpixelized) lines in Matlab plots
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.
The Matlab desktop's Command-Window tab-completion can be customized for user-defined functions
The Matlab Desktop's Command-Window prompt can easily be modified using some undocumented features
The FindJObj utility can be used to present a GUI that displays a Matlab container's internal Java components, properties and callbacks.
The FindJObj utility can be used to access and display the internal components of Matlab controls and containers. This article explains its uses and inner mechanism.
The built-in HelpPopup, available since Matlab R2007b, has a back-door that enables displaying arbitrary text, HTML and URL web-pages.
Matlab figures print-setup can be customized to automatically prepare the figure for printing in a specific configuration
This article describes how Matlab's undocumented uiundo undo/redo manager can be customized
The built-in uiundo function provides easy yet undocumented access to Matlab's powerful undo/redo functionality. This article explains its usage.