Problem 1229. Determine the number of odd integers in a vector

Determine the number of unique odd integers in a vector.

Examples:

Input x = [2 5 8 3 7 1];
Output y = 4;
Input x = [2 5 9];
Output y = 2;

Solution Stats

35.23% Correct | 64.77% Incorrect
Last Solution submitted on Apr 18, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers677

Problem Tags

Community Treasure Hunt

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

Start Hunting!