Problem 43140. Odd times even numbers in a matrix
First count the number of odd numbers in x, then the number of even. Return their product.
example:
x = [1 2]
One odd and one even. The product is thus 1.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers63
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6386 Solvers
-
Sort a list of complex numbers based on far they are from the origin.
5699 Solvers
-
Longest run of consecutive numbers
5868 Solvers
-
Output any real number that is neither positive nor negative
400 Solvers
-
Sum the squares of numbers from 1 to n
249 Solvers
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!