in this app designer code in the left side of the interface i need help

조회 수: 3 (최근 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

채택된 답변

Image Analyst
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개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by