Info
This question is closed. Reopen it to edit or answer.
imwrite and imshow problem
    6 views (last 30 days)
  
       Show older comments
    
Hi all, 
I have a problem, matlab is showing different images in imshow and imwrite. How to solve this problem?
1 Comment
  Walter Roberson
      
      
 on 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?
Answers (1)
  Haritha
      
 on 19 Nov 2018
        
      Edited: madhan ravi
      
      
 on 19 Nov 2018
  
      Hi,
Before using imshow use the below command: 
figure;
0 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

