What does "axes( __ )" mean on the Axes help page?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Minh Tran
am 25 Mai 2019
Kommentiert: Xiaoyong Guo
am 6 Sep. 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?
0 Kommentare
Akzeptierte Antwort
Star Strider
am 25 Mai 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 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Graphics Object Properties finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!