clear titles in gui

19 次查看(过去 30 天)
Elysi Cochin
Elysi Cochin 2014-10-21
how can i clear the title in the gui....
i used
cla('reset')
but it clears only the last axes title? how to clear all titles....

采纳的回答

Orion
Orion 2014-10-21
编辑:Orion 2014-10-21
Hi,
something like
delete(findall(findall(gcf,'Type','axe'),'Type','text'))
delete all text (title is a text) whos parent is an axe.

更多回答(1 个)

Tejaswini Ramesh
Tejaswini Ramesh 2019-2-18
How to make the title in every axes visible or invisible instead of deleting them completely?

类别

Help CenterFile Exchange 中查找有关 Title 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by