Category Archives: High risk of breaking in future versions

Very likely to break in some future Matlab versions. Usually indicates a deeply undocumented feature that relies on internal Matlab code which may change or break with no prior notice.

Matlab mex in-place editing

Editing Matlab arrays in-place can be an important technique for optimizing calculations. This article shows how to do it using Mex.

Categories: High risk of breaking in future versions, Memory, Mex, Stock Matlab function, Undocumented feature
Tags: , , ,
Leave a comment

Types of undocumented Matlab aspects

This article lists the different types of undocumented/unsupported/hidden aspects in Matlab

Categories: High risk of breaking in future versions, Java, Low risk of breaking in future versions, Medium risk of breaking in future versions, Semi-documented feature, Semi-documented function, Undocumented feature, Undocumented function
Tags: , , , , , , , , ,
Leave a comment

Uitable sorting

Matlab’s uitables can be sortable using simple undocumented features

Categories: GUI, Handle graphics, Hidden property, High risk of breaking in future versions, Java, Semi-documented function, Stock Matlab function, Undocumented feature
Tags: , , , , , , , , ,
16 Comments

Docking figures in compiled applications

Figures in compiled applications cannot officially be docked since R2008a, but this can be done using a simple undocumented trick.

Categories: Figure window, High risk of breaking in future versions, Java, Undocumented feature
Tags: , , , , , ,
15 Comments

Plot-type selection components

Several built-in components enable programmatic plot-type selection in Matlab GUI – this article explains how

Categories: GUI, High risk of breaking in future versions, Java, Undocumented feature
Tags: , , ,
2 Comments

UDD and Java

UDD provides built-in convenience methods to facilitate the integration of Matlab UDD objects with Java code – this article explains how

Categories: High risk of breaking in future versions, Java, Listeners, Undocumented feature, Undocumented function
Tags: , , , ,
4 Comments