in this app designer code in the left side of the interface i need help
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
jana
le 12 Jan 2023
Réponse apportée : Image Analyst
le 12 Jan 2023
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 commentaires
Réponse acceptée
Image Analyst
le 12 Jan 2023
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!