Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
[g f t] = filltime(0.25, 0.1, 2);
assert(isequal([g f t],[3 3 10]))
|
2 | Pass |
[g f t] = filltime(0.45, 0.3, 6);
assert(isequal([g f t],[21 15 69]))
|
3 | Pass |
[g f t] = filltime(3, 0.8, 7);
assert(isequal([g f t],[28 18 240]))
|
4 | Pass |
[g f t] = filltime(2, 8, 47);
assert(isequal([g f t],[1128 138 811]))
|
874 Solvers
309 Solvers
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
226 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
298 Solvers
1222 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!