Special matrix - MATLAB Cody - MATLAB Central

Problem 1325. Special matrix

Difficulty:Rate

Make a square matrix with this shape. For n=4

M =

     1     1     0     0
     1     0     1     0
     0     1     0     1
     0     0     1     1

Solution Stats

61.08% Correct | 38.92% Incorrect
Last Solution submitted on May 06, 2025

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
3
6

Problem Recent Solvers282

Suggested Problems

More from this Author2

Problem Tags

Community Treasure Hunt

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

Start Hunting!