Problem 49587. Matrix Pattern 1
Find the pattern behind the elements of the matrix.
mat_pattern(5) = [
3 5 7 9 11
4 6 8 10 12
5 7 9 11 13
6 8 10 12 14
7 9 11 13 15];
mat_pattern(1) = [3];
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers93
Suggested Problems
-
Return the 3n+1 sequence for n
8270 Solvers
-
18626 Solvers
-
First non-zero element in each column
858 Solvers
-
Return unique values without sorting
925 Solvers
-
Find nearest prime number less than input number
712 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!