Tag Archives: Semi-documented function

33 relevant articles found:

String/char compatibility

Backward compatibility of strings in function inputs is a challenge, that can be assisted with an undocumented builtin function.

Categories: Low risk of breaking in future versions, Semi-documented function
Tags: ,
16 Comments

Password & spinner controls in Matlab GUI

Password fields and spinner controls can easily be embedded in Matlab GUIs.

Categories: GUI, High risk of breaking in future versions, Java, Semi-documented function
Tags: , ,
4 Comments

Editable combo-box

Matlab’s popup menu (combo-box) control is quite limited in its abilities. This article explains how we can work around these limitations.

Categories: GUI, Java, Low risk of breaking in future versions, Semi-documented function, UI controls
Tags: , , ,
20 Comments

Function definition meta-info

There are multiple ways to retrieve meta-info about functions in Matlab.

Categories: Medium risk of breaking in future versions, Semi-documented function, Stock Matlab function
Tags: , ,
6 Comments

Math libraries version info & upgrade

Matlab exposes undocumented info about its internal math libraries; these libraries can be upgraded manually.

Categories: High risk of breaking in future versions, Semi-documented function, Undocumented feature
Tags: , , ,
7 Comments

Handle Graphics Behavior

HG behaviors are an important aspect of Matlab graphics that enable custom control of handle functionality.

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

Customizing menu items part 1

Matlab menus can be customized in a variety of undocumented manners – first article of a series.

Categories: Figure window, GUI, Low risk of breaking in future versions, Semi-documented function
Tags: , , , , ,
10 Comments

Common javacomponent problems

The javacomponent function is very useful for placing Java components on-screen, but has a few quirks.

Categories: GUI, Java, Medium risk of breaking in future versions, Semi-documented function
Tags: , , , ,
28 Comments

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

Javacomponent background color

This article explains how to align Java component background color with a Matlab color.

Categories: GUI, Java, Low risk of breaking in future versions, Semi-documented function, Undocumented feature
Tags: , ,
3 Comments