![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/22974856_1625334002637_DEF.jpg)
Hind Aljallaf
Followers: 0 Following: 0
Statistik
26 Fragen
0 Antworten
RANG
106.555
of 297.016
REPUTATION
0
BEITRÄGE
26 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
7.69%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How do you apply a 3x3 median filter on an image that is noisy (salt and pepper) , and what is it supposed to do?
is this correct? inpict = imread('Q1_noisy_image (1).tif'); A = medfilt2(inpict,[3 3]); imshow(A)
etwa ein Jahr vor | 3 Antworten | 0
3
AntwortenFrage
How do you apply a 3x3 low pass filter on an image that is noisy (salt and pepper) , and what is it supposed to do?
is it supposed to be like inpict = imread('Q1_noisy_image (1).tif'); A = imgaussfilt(inpict,[3 3]); imshow(A)
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
How to apply low pass filter on an image
How do you apply a low pass filter on an image that is noisy, and what is it supposed to do?
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
I am not sure if my output is correct regarding median filters.
I was asked to apply a median filter to a salt and pepper image. Upon research, I found that this code works very we. However, I...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
I have a salt and pepper picture, and I need to use a median filter to remove the noise and filter it.
I have a salt and pepper picture, and I need to use a median filter to remove the noise and filter it. Please suggest any file t...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
How can we find the RSSI value of a wireless connection?
We were given the task of providing a code for finding the RSSI value of a wireless connection, but we have no clue where to sta...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Can I please know what the meaning of these commands are, and what they do?
Can I please know what the meaning of these commands are, and what they do?
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I download 'Orig_Sig'
I am trying to run a code but it tells me that "Orig_Sig" is a missing variable. The question is, we were not provided any link ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What does this error mean?
Why am I getting an error for audio read? Am I doing something wrong?
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why do I keep getting this error in my app designer?
I keep getting this error for a reason I am not sure off. I did train my folder, and I also made sure to input the correct name ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can we determine how many peaks are at each plot?
How can we determine how many peaks are at each plot?
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
We keep getting this error, how can we fix it?
We want to create an application using a flower file and whenever we run it, it shows this error. I am not sure why this occurs ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What numbers should we put for the layers. This is for google net, and it keeps giving us an error.
Our project wants us to use google net to train. We have no idea what the meaning of this error is. What should we do to the lay...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to convert a transfer function into state space representation?
I was trying to convert a transfer function into state space representation, but the matrices in the output are not quiet correc...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How can we represent this transfer function into state space representation in MATLAB?
How can we represent this transfer function into state space representation in MATLAB? What are the commands that are regarding ...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How can we check the stability of an equation using MATLAB?
How can we check the stability of this transfer function, using MATLAB? Using pole-zero method?
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can we reduce block diagrams in MATLAB using codes?
How can we reduce such block diagram in MATLAB, so that we can get a transfer function?
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do we create a .mat document
how do we download and export a matlab code in the form of .mat document?
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What do these codes do?
What do these codes do? function [trainFiles] = URL_featureExt_AI(urlnames) data_train_string = string(urlnames); for i = 1:l...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What exactly do these codes do dataTrain = textdata(training(cvp),:); / dataTest = textdata(test(cvp),:); ?
What exactly do these codes do dataTrain = textdata(training(cvp),:); dataTest = textdata(test(cvp),:);
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
My assignment asked me to recreate this design. My question is how and where can i recreate it? And what each component is?
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is my code correct?
Is my code correct? Get the Fourier transform of image3 using the fft2() command. If the result does not seem to be interestin...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
is my code correct for this question? Get the Fourier transform of image3 using the fft2() command. If the result does not seem to be interesting, center the spectrum of the r
Get the Fourier transform of image3 using the fft2() command. If the result does not seem to be interesting, center the spectru...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is my code wrong because why am i getting this output? Use the MATLAB command conv2() to convolve image3 with itself. What is this process referred to as? Show the result.
Can someone explain why i got this output from this code?Is the code wrong? img3=imread("image3 (1).png") C = conv2(img3,img3)...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can someone explain this code please? This was my question: Add the pixels of image1 to image2 in order to create a new image using for loops.
Can someone please explain my code? especially this part "im12 = zeros(r,c,n,'uint8')" img1 = imread("image1 (1).png") img2 = ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I was asked to use an excel sheet containing names, user ID's, height, weight, and age.
The excel sheet part is all covered, but we were also asked to display the user's ID's and BMI index. I am very lost since i don...
etwa 3 Jahre vor | 1 Antwort | 0