Matlab toolstrip – part 2 (ToolGroup App)
Matlab users can create custom Apps with toolstrips and docked figures.
Matlab users can create custom Apps with toolstrips and docked figures.
It is very easy to add custom user-defined properties and methods to GUI handles and Java references in Matlab.
It is easy and very useful to attach dynamic properties to Matlab graphics objects in run-time.
HG handle property changes can be trapped in a user-defined callback.
Matlab's standard plot data-tips can be customized to enable dragging, without being limitted to be adjacent to their data-point.
Matlab's class properties have a simple and effective mechanism for setting their type.
Matlab plot axes ticks can be customized in a way that will automatically update whenever the tick values change.
getundoc is a very simple utility that displays the hidden (undocumented) properties of a specified handle object.
UDD event listeners can be used to listen to property value changes and other important events of Matlab objects
UDD provides a very convenient way to add customizable properties to existing Matlab object handles