Image Easter egg
The default image presented by Matlab's image function has a very interesting undocumented story.
The default image presented by Matlab's image function has a very interesting undocumented story.
The plot objects' XLimInclude, YLimInclude, ZLimInclude, ALimInclude and CLimInclude properties are an important feature, that has both functional and performance implications.
Matlab plot axes have an undocumented LooseInset property that sets empty margins around the axes, and can be set to provide a tighter fit of the axes to their surroundings.
Matlab's Image Processing Toolbox's impoint function contains an annoying bug that can be fixed using some undocumented properties.
Simple HTML can be presented in a Java component integrated in Matlab GUI, without requiring the heavy browser control.
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
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
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.