フィルターのクリア

how to get the x axis label from figure handle?

29 ビュー (過去 30 日間)
Dubstep Dublin
Dubstep Dublin 2016 年 3 月 27 日
コメント済み: Dubstep Dublin 2016 年 3 月 29 日
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 件のコメント
Dubstep Dublin
Dubstep Dublin 2016 年 3 月 29 日
I have a related question.
How do I get the figure handle and subsequently get the x axes label in Matlab 2012?

サインインしてコメントする。

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 3 月 27 日
a=findobj(h,'type','axe')
x=get(get(a,'xlabel'),'string')

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAxis Labels についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by