altering matrices
显示 更早的评论
need some help for matrices ...
Your program should calculate new matrices where each point consists of the average of the surrounding 8 points and itself.
x11 x12 x13
x21 x22 x23
x31 x32 x33
The new value of x22 is the average of x11…x33. For simplicity, you do not need to calculate the average for the pixels on the edge. thanks
采纳的回答
更多回答(1 个)
Oleg Komarov
2011-5-5
0 个投票
类别
在 帮助中心 和 File Exchange 中查找有关 Multirate Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!