write image and display
显示 更早的评论
I want to write H as an image and display. Please help me.
1 个评论
Adam
2016-9-29
What is H? The letter H or some matrix or what?
采纳的回答
更多回答(1 个)
Image Analyst
2016-9-29
Or, if you don't want some weird colormap applied by default (like imagesc applies for some reason):
imshow(H, []);
To write H to disk, you can use imwrite() if it's an integer array and you want a standard image format, or use save() if you want to save a floating point image. If you want to save a screenshot of your entire figure/GUI, use export_fig.
类别
在 帮助中心 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!