Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
peak = 5;
duty = 0.6
y_correct = 3;
assert(isequal(your_fcn_name(peak,duty),y_correct))
duty =
0.6000
|
874 Solvers
Find nearest prime number less than input number
268 Solvers
find the roots of a quadratic equation
168 Solvers
420 Solvers
340 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!