Problem 2704. Find Sign(Zero Crossing) Changes in Array
Solution Stats
Problem Comments
-
5 Comments
Test suite updated with additional test cases
I might be misunderstanding this problem, but I think the fourth and fifth tests have errors. The answer for the fourth should have a zero in the first position, not the second. The answer for the fifth test has no zeros at all.
@Chris, the question asks to make the points zero where the neighbourhood elements are opposite in sign.
This really needs a better problem description --- the original author's intention is not at all clear.
(And in fact the original author's own solution does not pass the updated test suite anymore.)
Solution Comments
Show commentsProblem Recent Solvers6
Suggested Problems
-
Determine Whether an array is empty
808 Solvers
-
Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4
139 Solvers
-
318 Solvers
-
711 Solvers
-
Change the first and last diagonal element of the identity matrix to zero
158 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!