Given n, create a square matrix and with element (1,1) = 1, add 1 to each element for each horitizonal and vertical movement.
Example:
n = 2;
y = [1 2;
2 3];
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers41
Suggested Problems
-
1249 Solvers
-
Determine Whether an array is empty
815 Solvers
-
931 Solvers
-
Combined Ages 1 - Symmetric, n = 3
328 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
2210 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!