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

1 回表示 (過去 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 Center および File ExchangeGraphics Object Properties についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by