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
A =
2.5000
|
2 | Pass |
b = 1;
h=10
y_correct = 5;
assert(isequal(trg_area(b,h),y_correct))
h =
10
A =
5
|
Find all elements less than 0 or greater than 10 and replace them with NaN
13048 Solvers
253 Solvers
Getting the indices from a vector
3206 Solvers
376 Solvers
248 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!