Setting desktop tab completions
The Matlab desktop's Command-Window tab-completion can be customized for user-defined functions
The Matlab desktop's Command-Window tab-completion can be customized for user-defined functions
Matlab's Image Processing Toolbox's impoint function contains an annoying bug that can be fixed using some undocumented properties.
A fully-capable browser component is included in Matlab and can easily be incorporated in regular Matlab GUI applications. This article shows how.
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.
In many circumstances, the line function can generate visually-identical plots as the scatter function, much faster
The scatter plot function has an undocumented behavior when plotting more than 100 points: it returns a single unified patch object handle, rather than a patch handle for each specific
Matlab's built-in uicontrol function has a side-effect of removing the figure toolbar. This was undocumented until lately. This article describes the side-effect behavior and how to fix it.
Matlab contains several well-documented functions and properties for the mouse pointer. However, some very-useful functions have remained undocumented and unsupported. This post details their usage.