This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
nc = 5;
ta = 12;
tc = 3;
tw = 35;
f_correct = 34;
assert(isequal(freeTime(nc,ta,tc,tw),f_correct))
f =
34
|
Do Fast Fourier Transformation
178 Solvers
303 Solvers
191 Solvers
Matlab Basics II - Max & Index of Max
133 Solvers
Conversion from hours to mili sec
90 Solvers