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))
y =
0.5000
|
Find the two most distant points
1233 Solvers
Return the first and last character of a string
1657 Solvers
Switch matrix to a column vector
189 Solvers
148 Solvers
Test Problem; Create a 5x5 array containing all ones
198 Solvers