title/name for a figure

i wanted to give figure number 6, a particular name... when i give..
figure('Name', 'Response');
i have 8 images being displayed in that figure ... i get 8 figure images with one image one figure named Response....
but when i give figure(6), all eight images are being displayed in figure 6.... but now i need to give a name to figure 6 or a main title to figure 6.... please do help me how to do it...

 採用された回答

Image Analyst
Image Analyst 2013 年 1 月 1 日

1 投票

% Give a name to the title bar.
set(gcf,'name','Demo by ImageAnalyst','numbertitle','off')

1 件のコメント

Elysi Cochin
Elysi Cochin 2013 年 1 月 1 日
thank u sir...

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by