Problem 44037. Pascal's triangle
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 commentsProblem Recent Solvers37
Suggested Problems
-
Remove any row in which a NaN appears
8759 Solvers
-
Replace NaNs with the number that appears to its left in the row.
3057 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
640 Solvers
-
Getting the indices from a matrix
709 Solvers
-
6253 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!