Using spinners in Matlab GUI
Spinner controls can easily be added to Matlab GUI. This article explains how.
Spinner controls can easily be added to Matlab GUI. This article explains how.
There are many reasons for the numerous undocumented aspects in Matlab - this article explains them.
This article lists the different types of undocumented/unsupported/hidden aspects in Matlab
Matlab checkboxes can easily be made to support tri-state functionality.
Matlab's internal hgconvertunits function has a bug that affects timeseries plots. Luckily there is a simple workaround.
Matlab's uitable can be customized in many different ways. A detailed report explains how.
Matlab's uitables can be sortable using simple undocumented features
Matlab has several internal color-selection components that can easily be integrated in Matlab GUI
The performance of the built-in Matlab function datenum can be significantly improved by using an undocumented internal help function
Several built-in components enable programmatic plot-type selection in Matlab GUI - this article explains how