Problem 139. Determine if a Given Number is a Triangle Number
Solution Stats
Problem Comments
Solution Comments
-
1 Comment
Watch out! Martix size!
-
2 Comments
This works in Matlab but not here? It fails on Test 3, but when I use the same value of x and the same function in Matlab it works...
Your output y is a row vector (or scalar), but in 3'rd test it should be a column vector. Predefine y first with the same size as x.
-
1 Comment
good solution
Problem Recent Solvers341
Suggested Problems
-
Convert a numerical matrix into a cell array of strings
932 Solvers
-
Back to basics 19 - character types
235 Solvers
-
Fahrenheit to Celsius converter
427 Solvers
-
549 Solvers
-
320 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!