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.

Undocumented feature() function

Matlab’s undocumented feature function enables access to some internal experimental features

Categories: High risk of breaking in future versions, Undocumented function
Tags: , ,
8 Comments

JMI – Java-to-Matlab Interface

JMI enables calling Matlab functions from within Java. This article explains JMI’s core functionality.

Categories: Guest bloggers, High risk of breaking in future versions, Java, Undocumented feature
Tags: , , ,
6 Comments

setPrompt – Setting the Matlab Desktop prompt

The Matlab Desktop’s Command-Window prompt can easily be modified using some undocumented features

Categories: Desktop, High risk of breaking in future versions, Java, Listeners, Semi-documented function, Undocumented feature
Tags: , , , , ,
9 Comments

Rich Matlab editbox contents

The Matlab editbox uicontrol does not handle HTML contents as do other uicontrols. In this article I show how this limitation can be removed.

Categories: GUI, High risk of breaking in future versions, Java, UI controls
Tags: , , ,
18 Comments

FindJObj GUI – display container hierarchy

The FindJObj utility can be used to present a GUI that displays a Matlab container’s internal Java components, properties and callbacks.

Categories: Figure window, GUI, Handle graphics, High risk of breaking in future versions, Java, UI controls, Undocumented feature
Tags: , , , , , ,
3 Comments

FindJObj – find a Matlab component’s underlying Java object

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.

Categories: Figure window, GUI, Handle graphics, High risk of breaking in future versions, Java, UI controls, Undocumented feature
Tags: , , , , , ,
19 Comments