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
|
3967 Solvers
Flag largest magnitude swings as they occur
582 Solvers
531 Solvers
5110 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!