What does this code mean set(0,'Units','Pixels');
Ältere Kommentare anzeigen
What does this code mean set(0,'Units','Pixels');
Akzeptierte Antwort
Weitere Antworten (1)
0 is the root of all graphics objects. So this sets the Unit property of the root to pixels. See this page for a full description of all the properties of the root.
In this case, it sets the unit for the values returned by ScreenSize and PointerLocation to pixel (the default).
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!