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

12 次查看(过去 30 天)
What does this code mean set(0,'Units','Pixels');

采纳的回答

Star Strider
Star Strider 2014-9-20
I believe it sets the root object (the computer screen) 'Units' property to 'Pixels' (the default).

更多回答(1 个)

Guillaume
Guillaume 2014-9-20
编辑:Guillaume 2014-9-20
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 个评论
Guillaume
Guillaume 2014-9-20
It's a bit sad you accepted a less detailed answered as the right one :(
Erum
Erum 2014-10-1
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Graphics Object Properties 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by