Brandon McLaughlin - MATLAB Central
photo

Brandon McLaughlin


Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB AnswersFrom 07/19 to 01/25Use left and right arrows to move selectionFrom 07/19Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
20.797
of 296.498

REPUTAZIONE
2

CONTRIBUTI
1 Domanda
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
How can blur an image
Help! I'm almost done with this course but for some reason I can't get this function to work. I have my code all set, but it kee...

oltre 5 anni fa | 0

Domanda


I cannot pass one of the final MATLAB problems on the coursera MATLAB course. What is wrong with my code? Why won't it work for the 'Image Blur' assignment?
1st my function then the code to call it. what is wrong? function output=blur(img,w) img=double(img); d=w*2+1 s=size(img) ...

oltre 5 anni fa | 1 risposta | 0

1

risposta
Go to top of page