Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
g = 0.9;
f = 10;
tr = 1;
tm = 2;
n = 10;
out = 0;
assert(isequal(chaosOrOrder(g,f,tr,tm,n),out))
|
2 | Pass |
g = 0.9;
f = 10;
tr = 1;
tm = 2;
n = 100;
out = 1;
assert(isequal(chaosOrOrder(g,f,tr,tm,n),out))
|
3 | Pass |
g = 0.9;
f = 10;
tr = .1;
tm = 2;
n = 10000;
out = 0;
assert(isequal(chaosOrOrder(g,f,tr,tm,n),out))
|
All your base are belong to us
463 Solvers
Similar Triangles - find the height of the tree
203 Solvers
242 Solvers
531 Solvers
205 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!