Problem 51122. Arrow!!
Write a script that gives (( follow the example))
if x=4 & output=
1 1 1 1
1 1 0 1
1 0 1 0
1 0 0 1
& x=5 then output=
[1 1 1 1 1
1 1 0 1 0
1 0 1 0 0
1 0 0 1 0
1 0 0 0 1]
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 5 Nov 2022
What a weird-looking arrow. It would be more interesting if you asked for a Redheffer matrix.
Solution Comments
Show commentsProblem Recent Solvers26
Suggested Problems
-
Number of 1s in the Binary Representation of a Number
454 Solvers
-
Generate N equally spaced intervals between -L and L
879 Solvers
-
7299 Solvers
-
Check that number is whole number
4527 Solvers
-
379 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!