how to get the x axis label from figure handle?

25 visualizaciones (últimos 30 días)
Dubstep Dublin
Dubstep Dublin el 27 de Mzo. de 2016
Comentada: Dubstep Dublin el 29 de Mzo. de 2016
I have got the handle to the figure using s=hgload(myimagefile);
I would like to know the x axis label in the image.
Thanks
  1 comentario
Dubstep Dublin
Dubstep Dublin el 29 de Mzo. de 2016
I have a related question.
How do I get the figure handle and subsequently get the x axes label in Matlab 2012?

Iniciar sesión para comentar.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 27 de Mzo. de 2016
a=findobj(h,'type','axe')
x=get(get(a,'xlabel'),'string')

Más respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by