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
|
Project Euler: Problem 7, Nth prime
521 Solvers
Side of an equilateral triangle
2595 Solvers
Find the square of the sum of the digits of a number
119 Solvers
Find the Nth Root of a Given Number
187 Solvers
286 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!