Problem 1561. Reverse CHECKBOX MATRIX with 69

Create a reverse checkbox matrix with '69'. Where the size is the input and output will be a square checkbox matrix.

Example

If input is 4 then output will be

    [ 0    69     0    69 
     69     0    69     0 
      0    69     0    69 
     69     0    69     0]

Solution Stats

52.02% Correct | 47.98% Incorrect
Last Solution submitted on Jul 20, 2023

Solution Comments

Show comments

Problem Recent Solvers81

Suggested Problems

More from this Author16

Problem Tags

fun

Community Treasure Hunt

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

Start Hunting!