Problem 61150. Pascal's Triangle

Create a matrix of size N x N containing a Pascal's Triangle that starts from the upper left corner according to the test cases provided.
For example, given an input matrix size 5x5, the output matrix will be as follows:

Solution Stats

80.0% Correct | 20.0% Incorrect
Last Solution submitted on Jan 09, 2026

Solution Comments

Show comments

Problem Recent Solvers12

Suggested Problems

More from this Author1

Problem Tags

Community Treasure Hunt

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

Start Hunting!