Problem 49637. Matrix Pattern 10

Find the pattern for the element of the matrix. Hint: use the "ceil" and "floor" functions.
mat_pattern(2) = [
5 0
14 9];
mat_pattern(3) = [
5 0 -6
14 9 3
24 19 13];

Solution Stats

51.28% Correct | 48.72% Incorrect
Last Solution submitted on Oct 22, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers52

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!