Problem 43125. cross in array

Make a cross from "1" in odd size array. Other value from array should be equal to "0"; As input you get length of side of array; x=3;

y=[ 0 1 0; 
    1 1 1;
    0 1 0];

please pay attention input will be always odd nubmer greater than 1;

Solution Stats

69.96% Correct | 30.04% Incorrect
Last Solution submitted on Jan 10, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers171

Suggested Problems

More from this Author12

Problem Tags

Community Treasure Hunt

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

Start Hunting!