Sliders in Matlab GUI – part 2
Matlab contains a variety of ways to define/display slider controls in GUI windows.
Matlab contains a variety of ways to define/display slider controls in GUI windows.
Backward compatibility of strings in function inputs is a challenge, that can be assisted with an undocumented builtin function.
Password fields and spinner controls can easily be embedded in Matlab GUIs.
We can easily use saved profiling results to analyze, view and compare profiling results of multiple runs.
Matlab's popup menu (combo-box) control is quite limited in its abilities. This article explains how we can work around these limitations.
There are multiple ways to retrieve meta-info about functions in Matlab.
A description of a sortable, groupable tree-table control that can be used in Matlab is provided.
Matlab exposes undocumented info about its internal math libraries; these libraries can be upgraded manually.
HG behaviors are an important aspect of Matlab graphics that enable custom control of handle functionality.
Matlab menus can be customized in a variety of undocumented manners - first article of a series.