Borrar filtros
Borrar filtros

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

5 visualizaciones (últimos 30 días)
Minh Tran
Minh Tran el 25 de Mayo de 2019
Comentada: Xiaoyong Guo el 6 de Sept. de 2021
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

Respuesta aceptada

Star Strider
Star Strider el 25 de Mayo de 2019
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 comentario
Xiaoyong Guo
Xiaoyong Guo el 6 de Sept. de 2021
This is the answer I need. I don't understand this '___' thing.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Graphics Object Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by