Problem 44475. Determine given vector is even or odd

Find the numbers of the input vector is odd or even then replace even with 1 and odd with 0

Example

x = [ 3 3 4 6 1]
The output is  [0 0 1 1 0]

Solution Stats

61.42% Correct | 38.58% Incorrect
Last Solution submitted on Feb 05, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers72

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!