Set the array elements whose value is 13 to 0 - MATLAB Cody - MATLAB Central

Problem 824. Set the array elements whose value is 13 to 0

Difficulty:Rate

Input A either an array or a vector (which can be empty)

Output B will be the same size as A . All elements of A equal to 13 (if any) must be replaced by zero.

For example:

A = [15 13 3]

output B is:

B= [15 0 3]

The difficulty in this problem is that the following commands FOR , WHILE , FIND and IND2SUB cannot be used.

Solution Stats

46.69% Correct | 53.31% Incorrect
Last Solution submitted on Nov 02, 2025

Problem Comments

Solution Comments

Show comments
Join Cody Contest 2025 — Have Fun and Win Prizes!
...
We’re excited to invite you to Cody Contest 2025! 🎉 Pick a team,...
Dive Into Hands-On Learning at MATLAB EXPO 2025 – Register Now!
Get ready to roll up your sleeves at MATLAB EXPO 2025 –...
0

Problem Recent Solvers1418

Suggested Problems

More from this Author30

Community Treasure Hunt

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

Start Hunting!