Title of an image object
Ältere Kommentare anzeigen
How to change a title in gca?
Antworten (1)
Jan
am 16 Jun. 2011
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');
Kategorien
Mehr zu Interactive Control and Callbacks finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!