Customizing print setup
Matlab figures print-setup can be customized to automatically prepare the figure for printing in a specific configuration
Matlab figures print-setup can be customized to automatically prepare the figure for printing in a specific configuration
Matlab's built-in XML-processing functions have several undocumented features that can be used by Java-savvy users
Matlab's text uicontrol is not very customizable, and does not support HTML or Tex formatting. This article shows how to display HTML labels in Matlab and some undocumented customizations
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.
The Matlab Editor can be accessed programmatically, for a wide variety of possible uses - this article shows how.
Matlab enables setting the speaker volume via documented Java calls
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.