Title of an image object

Réponses (1)

Jan
Jan le 16 Juin 2011

1 vote

The title of the GCA is set by the command:
title('Set this as title on top of GCA')
This is equivalent to:
TitleH = get(gca, 'Title');
set(TitleH, 'String', 'Another title');

Catégories

En savoir plus sur Interactive Control and Callbacks dans Centre d'aide et File Exchange

Question posée :

le 16 Juin 2011

Community Treasure Hunt

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

Start Hunting!

Translated by