Category Archives: Semi-documented function

35 relevant articles found:

Sliders in Matlab GUI – part 2

Matlab contains a variety of ways to define/display slider controls in GUI windows.

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

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

Viewing saved profiling results

We can easily use saved profiling results to analyze, view and compare profiling results of multiple runs.

Categories: Desktop, Low risk of breaking in future versions, Semi-documented function, Stock Matlab function, Undocumented feature
Tags: , ,
Leave a comment

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

treeTable

A description of a sortable, groupable tree-table control that can be used in Matlab is provided.

Categories: GUI, High risk of breaking in future versions, Java, Semi-documented function, Undocumented feature
Tags: , , , , ,
85 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