how to set gui axes ylim

2 次查看(过去 30 天)
mr. wang
mr. wang 2017-3-23
评论: mr. wang 2017-3-23
i created a axes object in gui and set ylim[-1 1] in property inspector,but the figure will be showed this
and i try to change parameter about ylim value form matlab program,but it just add one more new axes
what sould i solve this problem?and i couldn't find the function about axes in matlab program.should i creat a function for setting axes property?
  3 个评论
Stephen23
Stephen23 2017-3-23
编辑:Stephen23 2017-3-23
This command:
axes('Parent',controller,...);
will create new axes, because that is what it is supposed to do.
If you want to change the properties of existing axes, then you need to access its properties using set and get, or for newer MATLAB versions using dot notation:
mr. wang
mr. wang 2017-3-23
thx for your correspond and i try for your answer.it is successful.

请先登录,再进行评论。

回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by