Find the area of the component below, all measurements are in mm
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers88
Suggested Problems
-
Determine whether a vector is monotonically increasing
23375 Solvers
-
1915 Solvers
-
316 Solvers
-
Set the array elements whose value is 13 to 0
1451 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
14165 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Please improve the test suite. There are two glaring problems. First, there is only one test case—it is recommended that at least three be provided, though more are often necessary to prevent hard-coded workarounds. Second, do not provide the solution in the test case(s). For such a problem, the answer should be calculated beforehand and provided as a predefined number to hide the solution. Furthermore, candidate functions can be checked against the solution using an adequate error bound (perhaps within 1E-3) rather than isequal().