Category Archives: Medium risk of breaking in future versions

May possibly break in future Matlab versions. Usually indicates a feature in non-widespread use throughout the Matlab code corpus. Future Matlab versions may decide to recode these usages using other methods. If the feature does break in a future Matlab version, then a warning message may appear before the feature completely breaks in some yet-more-future version, but this is not assured.

Real-time trading system demo

A real-time Matlab-based end-to-end trading system demo is presented

Categories: GUI, Medium risk of breaking in future versions
Tags: , , ,
1 Comment

Setting class property types

Matlab’s class properties have a simple and effective mechanism for setting their type.

Categories: Medium risk of breaking in future versions, Undocumented feature
Tags: , , , , ,
15 Comments

Parsing mlint (Code Analyzer) output

The Matlab Code Analyzer (mlint) has a lot of undocumented functionality just waiting to be used.

Categories: Medium risk of breaking in future versions, Mex, Stock Matlab function, Undocumented feature
Tags: , , , ,
3 Comments

JTattoo look-and-feel demo

A demo GUI that shows the effects of using different look-and-feels, including the JTatoo library, is presented.

Categories: Guest bloggers, GUI, Java, Medium risk of breaking in future versions, UI controls
Tags: , , , ,
5 Comments

HG’s undocumented parameters interface

Some HG functions also accept inputs parameters in a struct fields rather than the normal P-V pairs format.

Categories: Handle graphics, Medium risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , ,
6 Comments

Customizing figure toolbar background

Setting the figure toolbar’s background color can easily be done using just a tiny bit of Java magic powder. This article explains how.

Categories: Figure window, GUI, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: , , , ,
4 Comments

Getting default HG property values

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.

Categories: GUI, Handle graphics, Hidden property, Medium risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , , , ,
5 Comments

propertiesGUI

propertiesGUI is a utility that presents property-value structs in a convenient table format, useful in Matlab GUIs.

Categories: GUI, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: , , , ,
6 Comments

uiinspect

uiinspect is a Matlab utility that displays detailed information about an object’s methods, properties and callbacks in a single GUI window.

Categories: GUI, Hidden property, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: , , , , , , ,
6 Comments

Customizing the standard figure toolbar, menubar

The standard figure toolbar and menubar can easily be modified to include a list of recently-used files.

Categories: Figure window, Java, Medium risk of breaking in future versions, Undocumented function
Tags: , , , , ,
9 Comments