Title of an image object

답변 (1개)

Jan
Jan 2011년 6월 16일

1 개 추천

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

카테고리

도움말 센터File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

질문:

2011년 6월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by