photo

amira fauzey


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
134,836
of 300,508

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to set noise density
i have edittext box and also checkbox.user can set the value of noise density from 0.1-1.0.what i want to do is, user can key in...

9 years ago | 1 answer | 0

1

answer

Question


get all the handles value from a form
how to get a value from all handles in a form something like in vbnet for each ctl in control next

9 years ago | 1 answer | 0

1

answer

Question


How to find value PSNR,MSE and SNR of an image?
i have two m file first i save with PSNR.m that contain function psnr= PSNR(X,Y) %Calculates the Peak-to-peak Signal to ...

9 years ago | 1 answer | 0

1

answer

Question


How to save image using one pushbutton
i add noise in image at axes2, and then i want to save the image.can anyone help me?here is my code that i try function che...

9 years ago | 1 answer | 0

1

answer

Question


How to combine multiple noise type using checkbox. for example double noise and triple noise and apply it to the image when click the checkbox
I have 5 checkbox that represent 5 types of noise which is salt&pepper noise,localvar noise,gaussian noise, speckle noise and po...

9 years ago | 1 answer | 0

1

answer

Answered
How to uncheck checkbox
function checkbox1_Callback(hObject, eventdata, handles) if hObject.Value==1 if isfield(handles,'imgData') ...

9 years ago | 0

Question


How to uncheck checkbox
i have checkbox and axes to display image. when i click checkbox1 it will apply noise to the image.how can i uncheck the checkbo...

9 years ago | 2 answers | 0

2

answers