GUI integrated HTML panel
Simple HTML can be presented in a Java component integrated in Matlab GUI, without requiring the heavy browser control.
Simple HTML can be presented in a Java component integrated in Matlab GUI, without requiring the heavy browser control.
A fully-capable browser component is included in Matlab and can easily be incorporated in regular Matlab GUI applications. This article shows how.
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
The built-in uiundo function provides easy yet undocumented access to Matlab's powerful undo/redo functionality. This article explains its usage.
Matlab enables setting the speaker volume via documented Java calls
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.
Matlab does not have any documented method to detect window focus events (gain/loss). This article describes an undocumented way to detect such events.
Matlab's toolbars can be customized using a combination of undocumented Matlab and Java hacks. This article describes how to customize the Matlab figure toolbar.
Matlab's toolbars can be customized using a combination of undocumented Matlab and Java hacks. This article describes how to access existing toolbar icons and how to add non-button toolbar components.