given a value n (say 4) - generate the matrix like below
y= [0 1 2 3 4; -1 0 1 2 3; -2 -1 0 1 2; -3 -2 -1 0 1; -4 -3 -2 -1 0]
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers43
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3713 Solvers
-
Magic is simple (for beginners)
11585 Solvers
-
Create a two dimensional zero matrix
531 Solvers
-
Delete 2nd and 5th column of Given 6*6 matrix
172 Solvers
-
Number of Even Elements in Fibonacci Sequence
1680 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!