What does this code mean set(0,'Units','Pixels');

 Akzeptierte Antwort

Star Strider
Star Strider am 20 Sep. 2014

1 Stimme

I believe it sets the root object (the computer screen) 'Units' property to 'Pixels' (the default).

Weitere Antworten (1)

Guillaume
Guillaume am 20 Sep. 2014
Bearbeitet: Guillaume am 20 Sep. 2014

4 Stimmen

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).

3 Kommentare

Erum
Erum am 20 Sep. 2014
Thank you
Guillaume
Guillaume am 20 Sep. 2014
It's a bit sad you accepted a less detailed answered as the right one :(
Erum
Erum am 1 Okt. 2014
I m new to matlab. so i was thinking to accept both. i was not aware that i can only accept one. so by mistake i accepted that at first. your answer was pretty helpful. Thats why i thank you.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 20 Sep. 2014

Kommentiert:

am 1 Okt. 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by