the remaining side may have many possible values.only assume integer ones for simplicity.
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers23
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15783 Solvers
-
Calculate the derivative of a polynomial
240 Solvers
-
Side of an equilateral triangle
6873 Solvers
-
Matrix multiplication across rows
397 Solvers
-
Back to basics - mean of corner elements of a matrix
462 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Why is an equilateral triangle not considered as isosceles?
@Gergely
my mistake..sorry
@Asif
The test suite still doesn't consider equilateral triangle as an isosceles triangle. I suggest either you update your test suite or mentioned the condition in the problem statement.
On top of what's been said already, please also don't use isequal() to compare floating point numbers, and please use isempty() to check for an empty result.