Change image title (in Windows OS Title Bar)
2 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
Image Analyst
2012-7-6
% Give a name to the title bar.
set(gcf,'name','Demo by ImageAnalyst','numbertitle','off')
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!