Problem 51277. Write script that gives matrix like the following example:)
if x=2;
y=[2 1;
1 1]
if x=4;
y=[4 3 2 1
3 3 2 1
0 2 2 1
0 0 1 1]
if x=5;
y=[5 4 3 2 1
4 4 3 2 1
0 3 3 2 1
0 0 2 2 1
0 0 0 1 1]
Goodluck and may the God be with you
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 5 Nov 2022
May God be with you.
Solution Comments
Show commentsProblem Recent Solvers24
Suggested Problems
-
552 Solvers
-
4466 Solvers
-
9496 Solvers
-
31 Solvers
-
Create a function that gives a matrix like the following
34 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!