Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 50;
y_correct = 184;
assert(isequal(decay(x),y_correct))
|
2 | Pass |
%%
x = 60;
y_correct = 132;
assert(isequal(decay(x),y_correct))
|
given 3 sides, find area of this triangle
680 Solvers
464 Solvers
Arrange vector in ascending order
624 Solvers
Output any real number that is neither positive nor negative
316 Solvers
construct matrix with identical rows
168 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!