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.
Zitieren als
Benoit Charles (2025). Graphical Wrappers (https://www.mathworks.com/matlabcentral/fileexchange/34728-graphical-wrappers), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Quellenangaben
Inspiriert von: 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!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.2.0.0 | TableWrapper: R2012a compatibility |
||
1.1.0.0 | Fix the "hgload issue"
|
||
1.0.0.0 |