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))
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
Solving Quadratic Equations (Version 1)
427 Solvers
Append two matrix as shown below example
181 Solvers
find the surface area of a cube
336 Solvers
137 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!