Title of an image object

Answers (1)

Jan
Jan on 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');

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Asked:

on 16 Jun 2011

Community Treasure Hunt

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

Start Hunting!