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

3390 Solutions

1452 Solvers

Last Solution submitted on Jul 16, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Group


Problem Recent Solvers1452

Community Treasure Hunt

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

Start Hunting!