Problem 42313. A quadrant matrix

Write a function called quadrants that takes as its input argument a scalar integer named n. The function returns Q, a 2n-by-2n matrix. Q consists of four n-by-n submatrices. The elements of the submatrix in the top left corner are all 1s, the elements of the submatrix at the top right are 2s, the elements in the bottom left are 3s, and the elements in the bottom right are 4s.

Solution Stats

88.14% Correct | 11.86% Incorrect
Last Solution submitted on Aug 23, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers126

Suggested Problems

More from this Author10

Problem Tags

Community Treasure Hunt

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

Start Hunting!