Context-Sensitive Help
Matlab has a hidden/unsupported built-in mechanism for easy implementation of context-sensitive help
Matlab has a hidden/unsupported built-in mechanism for easy implementation of context-sensitive help
The built-in Matlab legend function has a very useful semi-documented feature for automatic dynamic update, which is explained here.
Matlab uicontrol tooltips can be spiced-up using HTML and CSS, including fonts, colors, tables and images
Matlab's built-in tic/toc functions have an undocumented option enabling multiple nested clockings
The built-in Matlab function spy has an undocumented feature (Easter egg) when it is called with no input arguments.
Matlab has several undocumented internal helper functions that can be useful on their own in some cases. This post presents the ismembc function.
The Matlab profiler has some undocumented options that facilitate debugging memory bottlenecks and JIT (Just-In-Time Java compilation) problems.