Undoing the impixelinfo function

Hi.
I have alot of matlab figures to which I have added "impixelinfo". How do I remove that so that I can extract the figures as a tiff file without the "Pixel info: (R,G,B)" in the background?

回答 (1 件)

Image Analyst
Image Analyst 2019 年 3 月 8 日

0 投票

Try getting a handle and then deleting it
hPixelInfo = impixelinfo; % Set up a impixelinfo panel.
% Now you can use hPixelInfo and set things like it's location.
% Now get rid of it - turn it off.
delete(hPixelInfo); % Make it go away.

カテゴリ

ヘルプ センター および File ExchangeInteractive Model Editing についてさらに検索

製品

リリース

R2018b

回答済み:

2019 年 3 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by