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....

 Réponse acceptée

Orion
Orion le 21 Oct 2014
Modifié(e) : Orion le 21 Oct 2014

2 votes

Hi,
something like
delete(findall(findall(gcf,'Type','axe'),'Type','text'))
delete all text (title is a text) whos parent is an axe.

Plus de réponses (1)

Tejaswini Ramesh
Tejaswini Ramesh le 18 Fév 2019

0 votes

How to make the title in every axes visible or invisible instead of deleting them completely?

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by