Problem 47068. Set zero

given a matrix, set all elements with row and/or column numbers of 2 to end-1 equal to zero:
x = ones(3);
y_correct = [1 1 1;1 0 1;1 1 1];

Solution Stats

72.6% Correct | 27.4% Incorrect
Last Solution submitted on Mar 22, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers53

Suggested Problems

More from this Author29

Problem Tags

Community Treasure Hunt

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

Start Hunting!