Problem 2234. Find and replace the zero array in a matrix

Find the zero array in the matrix and replace it with average of surrounding (adjacent) arrays.
Example:
A =
3 5 7 90 1
5 1 -1 0 2
1 2 3 4 70
23 1 2 3 5
Output is:
B=23.75;

Solution Stats

40.68% Correct | 59.32% Incorrect
Last Solution submitted on Jan 07, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers43

Suggested Problems

More from this Author2

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!