Problem 46565. Find an inscribed square on a closed curve
Solution Stats
Problem Comments
-
2 Comments
Your test suite just checks whether a quadrilateral has equal sides, but that's not enough to form a square: rhombuses also have equal sides. Therefore, the test suite should also check a solution's angles.
PS: A test case filled with rhombuses and a single square on the curve would be instructional too.
Test suite has been updated to check for a solution's angles as well and a mixed test case with rhombus and square mixed has been added.
Solutions have been rescored as well.
Problem Recent Solvers7
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
14602 Solvers
-
Renaming a field in a structure array
1176 Solvers
-
Sum of diagonal of a square matrix
1480 Solvers
-
117 Solvers
-
Make a random, non-repeating vector.
6468 Solvers
More from this Author50
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!