Problem 2517. Replace odd number in given matrix by zero
Replace the odd numbers in a given matrix with zero.
Example
A = [ 17 24 1 8 15 23 5 7 14 16 4 6 13 20 22 10 12 19 21 3 11 18 25 2 9 ]
The answer should be
[ 0 24 0 8 0 0 0 0 14 16 4 6 0 20 22 10 12 0 0 0 0 18 0 2 0 ]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers146
Suggested Problems
-
874 Solvers
-
Calculate distance travelled when given radius and rotations
227 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
565 Solvers
-
Let's get back to school, and create multiplication tables
215 Solvers
-
1389 Solvers
More from this Author70
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!