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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!