Check whether the input matrix is a figurate number triangle: http://mathworld.wolfram.com/FigurateNumberTriangle.html
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers100
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15814 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2060 Solvers
-
First non-zero element in each column
965 Solvers
-
187 Solvers
-
Sum the numbers on the main diagonal
620 Solvers
More from this Author23
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
you should probably add a test case where the correct answer is false.
True!
I added a few more tests as suggested.