Brandon McLaughlin - MATLAB Central
photo

Brandon McLaughlin


2019 年からアクティブ

Followers: 0   Following: 0

統計

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

1 質問
1 回答

ランク
21,025
of 297,999

評判
2

コントリビューション
1 質問
1 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 20,519

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,124

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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...

5年以上 前 | 0

質問


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) ...

5年以上 前 | 1 件の回答 | 0

1

回答