cross in array - MATLAB Cody - MATLAB Central

Problem 43125. cross in array

Difficulty:Rate

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

70.18% Correct | 29.82% Incorrect
Last Solution submitted on May 06, 2025

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8

Problem Recent Solvers180

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!