Problem 49632. Matrix Pattern 9

Find the pattern for the element of the matrix.
mat_pattern(2) = [
4 7
5 8];
mat_pattern(4) = [
4 7 10 13
5 8 11 14
6 9 12 15
7 10 13 16];

Solution Stats

52.0% Correct | 48.0% Incorrect
Last Solution submitted on Aug 26, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers115

Suggested Problems

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!