Matrix Pattern 10 - MATLAB Cody - MATLAB Central

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

50.83% Correct | 49.17% Incorrect
Last Solution submitted on Feb 21, 2025

Problem Comments

Solution Comments

Show comments

Group

Hidden Pattern - Matrix Version Image
Hidden Pattern - Matrix Version
  • 10 Problems
  • 43 Finishers

Problem Recent Solvers53

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page