Change image title (in Windows OS Title Bar)
3 ビュー (過去 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!