gca

Rรฉcupรจre l'objet axes courant.

๐Ÿ“ Syntaxe

  • ca = gca()

๐Ÿ“ค Argument de sortie

  • ca - Un objet graphique : objet axes graphique.

๐Ÿ“„ Description

ca = gca() retourne l'objet axes graphique courant.

Si aucun axes n'existe, gca() crรฉe un axes et retourne son objet graphique.

๐Ÿ’ก Exemple

ca = gca()
isgraphics(ax, 'axes')

๐Ÿ”— Voir aussi

isgraphics, axes.

๐Ÿ•” Historique

Version
๐Ÿ“„ Description

1.0.0

version initiale

Last updated