Matlab GUI training seminars – Zurich, 29-30 August 2017
Advanced Matlab training courses on Matlab User Interfaces (GUI) will be presented in Zurich Switzerland on 29-30 August, 2017
Advanced Matlab training courses on Matlab User Interfaces (GUI) will be presented in Zurich Switzerland on 29-30 August, 2017
HTML can be used to add image icons to Matlab listbox and popup (drop-down) controls.
Matlab uicontrols can often be customized using plain HTML/CSS, without need for advanced Java.
Matlab listbox selection can be customized in a variety of undocumented ways.
Matlab listbox and multi-line editbox scrollbars can easily be made smarter, for improved appearance.
Professional-looking slider controls can easily be integrated in Matlab GUI.
There are various ways to display interactive split-panes in Matlab GUI. Uiextras flex-panels override a checkbox control's CData to display a divider.
Matlab combobox (dropdown) popups can be customized in a variety of ways.
Matlab listboxes can be customized using custom Java cell-renderers.
Matlab button uicontrols can easily be highlighted by simply setting their Value property.