in this app designer code in the left side of the interface i need help
    조회 수: 1 (최근 30일)
  
       이전 댓글 표시
    
so basically the noise and gauge when i add number 1 onthe noise the whole image goes white basically it adds noise but the more i play with the values this problem happens   
and the swith works and all but i sometimes lags when i add the noise of add valuesto thegauge 
heres the appdesigner file 
i would appreciate the help 
댓글 수: 0
채택된 답변
  Image Analyst
      
      
 2023년 1월 12일
        Remember, if yoiur images are double, then you need to use [] with imshow since if any part of the image is more than 1 it displays as white.
imshow(doubleimageArray, []);
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

