Problem 57790. Zero finder

Write a function named 'zero_finder' that takes a matrix as input and returns the row index of the last zero for each for each column. If the 2nd input to the function is 2, it performs the same operation row-wise. If the 2nd input is 'all', it returns the index of last zero in the matrix.If no zero is present,it returns nan.

Solution Stats

86.67% Correct | 13.33% Incorrect
Last Solution submitted on Oct 05, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers10

Suggested Problems

More from this Author8

Problem Tags

Community Treasure Hunt

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

Start Hunting!