write image and display
Mostra commenti meno recenti
I want to write H as an image and display. Please help me.
1 Commento
Adam
il 29 Set 2016
What is H? The letter H or some matrix or what?
Risposta accettata
Più risposte (1)
Image Analyst
il 29 Set 2016
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.
Categorie
Scopri di più su Convert Image Type in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!