What does "axes( __ )" mean on the Axes help page?

조회 수: 3 (최근 30일)
Minh Tran
Minh Tran 2019년 5월 25일
댓글: Xiaoyong Guo 2021년 9월 6일
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

채택된 답변

Star Strider
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
Xiaoyong Guo
Xiaoyong Guo 2021년 9월 6일
This is the answer I need. I don't understand this '___' thing.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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