This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
b = 1;
h = 1;
y_correct = 1/2;
assert(isequal(TriangleArea(b,h),y_correct))
|
340 Solvers
Back to basics 3 - Temp Directory
277 Solvers
Get the length of a given vector
1356 Solvers
122 Solvers
200 Solvers