Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 50;
y_correct = 184;
assert(isequal(decay(x),y_correct))
t5 =
1
ans =
768
ans =
0.0070
y =
8.8818e-13
|
2 | Fail |
x = 60;
y_correct = 132;
assert(isequal(decay(x),y_correct))
t5 =
1
ans =
768
ans =
0.0070
y =
8.6736e-16
|
Find the peak 3n+1 sequence value
1107 Solvers
Renaming a field in a structure array
731 Solvers
Convert from Base 10 to base 5
203 Solvers
07 - Common functions and indexing 6
348 Solvers
2314 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!