Change image title (in Windows OS Title Bar)

조회 수: 3 (최근 30일)
Shane
Shane 2012년 7월 6일
In my code I am creating images and displaying them to the screen with imshow. I would like to change the title that is shown in the Windows OS title; i.e. on the task bar it would not say "Figure 1", but 'foo'.
Is this possible? I did the looking up help files and I can change the title of the image, but not what the taskbar shows, etc.

채택된 답변

Image Analyst
Image Analyst 2012년 7월 6일
% Give a name to the title bar.
set(gcf,'name','Demo by ImageAnalyst','numbertitle','off')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by