Parsing mlint (Code Analyzer) output
The Matlab Code Analyzer (mlint) has a lot of undocumented functionality just waiting to be used.
The Matlab Code Analyzer (mlint) has a lot of undocumented functionality just waiting to be used.
The built-in function ishghandle accepts a second input argument with the expected handle type.
Some HG functions also accept inputs parameters in a struct fields rather than the normal P-V pairs format.
HG behaviors are an important aspect of Matlab graphics that enable custom control of handle functionality.
Setting the figure toolbar's background color can easily be done using just a tiny bit of Java magic powder. This article explains how.
Matlab has documented how to modify default property values, but not how to get the full list of current defaults. This article explains how to do this.
A very common Matlab hang is apparently due to an internal timing problem that can easily be solved.
propertiesGUI is a utility that presents property-value structs in a convenient table format, useful in Matlab GUIs.
uiinspect is a Matlab utility that displays detailed information about an object's methods, properties and callbacks in a single GUI window.
Matlab's COM (ActiveX) server behavior can be fixed in a couple of useful manners.