What does "axes( __ )" mean on the Axes help page?
1 次查看(过去 30 天)
显示 更早的评论
I don't understand what the axes( __ ) signature mean on the Axes() description page. Does it say that every overloaded Axes() call returns the axes object created?
![axesHelpPage.jpg](https://www.mathworks.com/matlabcentral/answers/uploaded_files/220988/axesHelpPage.jpeg)
0 个评论
采纳的回答
Star Strider
2019-5-25
That construction returns the handle of the axes object. The handle allows you to change the accessible properties of the object it refers to, or to refer to them, here the axes object.
The ‘axes(_)’ means that it refers to any of the previously-mentioned arguments to the function.
1 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Object Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!