Graphical Wrappers
Wrappers improve Matlab graphical components with two major features:
- callbacks are replaced by events.
- any property can be synchronize with another object's property.
Note: This class needs MagicListener:
http://www.mathworks.fr/matlabcentral/fileexchange/34606
Observe (and run) the class DemoWrapper to see a demonstration of wrappers.
Cite As
Benoit Charles (2024). Graphical Wrappers (https://www.mathworks.com/matlabcentral/fileexchange/34728-graphical-wrappers), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired by: findjobj - find java handles of Matlab graphic objects, MagicListener
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.