Problem 43064. Remove multiples of N

in the vector x remove all multiples of N.
x = [1 2 3 4 5 6];
N = 2;
Then y = [1 3 5];

Solution Stats

67.59% Correct | 32.41% Incorrect
Last Solution submitted on Mar 16, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers65

Suggested Problems

More from this Author25

Problem Tags

Community Treasure Hunt

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

Start Hunting!