
rama
Statistiques
6 Questions
0 MATLAB Answers
RANG
114 159
of 279 895
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 MATLAB Answers
ACCEPTATION DE VOS RÉPONSES
83.33%
VOTES REÇUS
0
RANG
of 18 775
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 128 717
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
Question
I want to do a knob for salt and pepper noise but the value of the noise dose not change
changingValue = event.Value; input=im2gray(a); %a is my image imshow(input,'Parent',app.UIAxes_2); ...
5 mois il y a | 2 réponses | 0
2
réponsesQuestion
showing the histogram in UIAxes_2 And not separately in the application
my code: global a; global input; input=im2gray(a); imhist(input)...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
I want to ask about adaptive thresholding in my application
I want to do the threshold in a slider and i don't know how, can anyone help me please
5 mois il y a | 1 réponse | 0
1
réponseQuestion
I want to add more buttons but the area that appears is different from the area that appears when I enlarge the screen in application
hi, Can anyone help me with the problem of showing the application page Because I want to add more buttons but the area that app...
5 mois il y a | 1 réponse | 0
0
réponseQuestion
I want to ask about low pass filter in app design
Hi guys, anyone can help me with this (low pass filter) code, I do not know why it's not working
5 mois il y a | 1 réponse | 0
1
réponseQuestion
How can I convert my image to a red image
this is my code: function redImage(app, event) a=getappdata(0,'a'); red=a; red(:,:,2:3)=...
6 mois il y a | 1 réponse | 0