Problem 54069. Add the number of horizontal and vertical movements to each matrix element
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 commentsProblem Recent Solvers33
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3171 Solvers
-
14050 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
723 Solvers
-
679 Solvers
-
Determine the length of a string of characters
254 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!