https://en.wikipedia.org/wiki/Pascal%27s_triangle if the order is: x = 3; the output will be:
output = [0 0 0 1 0 0 0;
0 0 1 0 1 0 0;
0 1 0 2 0 1 0;
1 0 3 0 3 0 1]
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers37
Suggested Problems
-
Remove the polynomials that have positive real elements of their roots.
1740 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1305 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
557 Solvers
-
Make a run-length companion vector
657 Solvers
-
617 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!