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=5
y_correct = 2.5;
assert(isequal(trg_area(b,h),y_correct))
h =
5
|
2 | Pass |
%%
b = 1;
h=10
y_correct = 5;
assert(isequal(trg_area(b,h),y_correct))
h =
10
|
1137 Solvers
543 Solvers
07 - Common functions and indexing 1
269 Solvers
Find the Nth Root of a Given Number
126 Solvers
Create sequnce 1 4 9 16 25.........
149 Solvers