Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
imwrite and imshow problem
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all,
I have a problem, matlab is showing different images in imshow and imwrite. How to solve this problem?
1 Kommentar
Walter Roberson
am 19 Nov. 2018
What is class() and size() of your data? If it is floating point, what is min() and max() of the data? Is your code using colormap() anywhere?
Antworten (1)
Haritha
am 19 Nov. 2018
Bearbeitet: madhan ravi
am 19 Nov. 2018
Hi,
Before using imshow use the below command:
figure;
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!