Problem 1580. Number of odd and even elements within matrix

Input(m) - any matrix with integers

Output(n) - n(1)=number of odd elements, n(2)=number of even elements

Example:

  • m=[1 2;3 4]; n=[2 2]
  • m=[1 1 2 3 3 4 5 5]; n=[6 2]

Solution Stats

54.72% Correct | 45.28% Incorrect
Last Solution submitted on Jun 28, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers148

Suggested Problems

More from this Author9

Problem Tags

Community Treasure Hunt

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

Start Hunting!