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
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers75
Suggested Problems
-
Sum all integers from 1 to 2^n
17435 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13656 Solvers
-
Magic is simple (for beginners)
11150 Solvers
-
Generate a random matrix A of (1,-1)
402 Solvers
-
209 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Thanks for the question!
yeah it's great exercise
Nice!