Solving a MATLAB bug by subclassing
Matlab's Image Processing Toolbox's impoint function contains an annoying bug that can be fixed using some undocumented properties.
Matlab's Image Processing Toolbox's impoint function contains an annoying bug that can be fixed using some undocumented properties.
Matlab listbox and multi-line editbox uicontrols have pre-configured scrollbars. This article shows how they can be customized.
The Matlab Desktop's Command-Window prompt can easily be modified using some undocumented features
The Matlab editbox uicontrol does not handle HTML contents as do other uicontrols. In this article I show how this limitation can be removed.
The FindJObj utility can be used to present a GUI that displays a Matlab container's internal Java components, properties and callbacks.
The FindJObj utility can be used to access and display the internal components of Matlab controls and containers. This article explains its uses and inner mechanism.
The Matlab Desktop's Workspace pane table can be customized, as described here
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.
The built-in HelpPopup, available since Matlab R2007b, has a back-door that enables displaying arbitrary text, HTML and URL web-pages.