Problem 45225. generate the matrix
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 commentsProblem Recent Solvers42
Suggested Problems
-
1481 Solvers
-
881 Solvers
-
362 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
645 Solvers
-
2483 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!