Info
この質問は閉じられています。 編集または回答するには再度開いてください。
imwrite and imshow problem
    6 ビュー (過去 30 日間)
  
       古いコメントを表示
    
Hi all, 
I have a problem, matlab is showing different images in imshow and imwrite. How to solve this problem?
1 件のコメント
  Walter Roberson
      
      
 2018 年 11 月 19 日
				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?
回答 (1 件)
  Haritha
      
 2018 年 11 月 19 日
        
      編集済み: madhan ravi
      
      
 2018 年 11 月 19 日
  
      Hi,
Before using imshow use the below command: 
figure;
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


