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 Solvers40
Suggested Problems
-
Select every other element of a vector
36761 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
871 Solvers
-
386 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
2201 Solvers
-
Check if a matrix Diagonal is equal to its secondary diagonal
39 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!