フィルターのクリア

How to hide and reappear titles of plot in matlab gui axes using visible?

11 ビュー (過去 30 日間)
Tejaswini Ramesh
Tejaswini Ramesh 2019 年 2 月 18 日
i have different panels with axes and titles to each of these plots. I want to hide and later reappear the plot title based on the user requirement
I tried the following:
handles.figure1.CurrentAxes.Title.Visible = 'off';
This hides the title only for the last axes from the last panel, not all.
I also tried
delete(findall(findall(gcf,'Type','axe'),'Type','text'))
but this deletes all the titles instead of hiding them.
Please help me with this!
Thank you in advance

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by