Problem 2234. Find and replace the zero array in a matrix
Solution Stats
Problem Comments
-
5 Comments
Show
2 older comments
J.R.! Menzinger
on 4 Mar 2014
I think you want to write A and not x:
assert(isequal(adjacent_averaging(A),B))
Swapnali Gujar
on 4 Mar 2014
test case #2 and 3 should be corrected. Instead of x, it should be A
Jon
on 4 Mar 2014
What elements do you consider the "surrounding arrays"?
J-G van der Toorn
on 4 Mar 2014
Surrounding arrays apparently are the elements right above, below, left, and right the zero elements. Found out by reverse engineering. The x is still a mystery.
Jean-Marie Sainthillier
on 8 Mar 2014
More tests please. A lot of solutions assume that 0 can't be in the first (or last) column.
Solution Comments
-
1 Comment
Dyuman Joshi
on 7 Jan 2023 at 8:29
Test cases are added to the problem.
Problem Recent Solvers43
Suggested Problems
-
1297 Solvers
-
1513 Solvers
-
163 Solvers
-
510 Solvers
-
Change the sign of even index entries of the reversed vector
422 Solvers
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!