Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
peak = 5;
duty = 0.6
y_correct = 3;
assert(isequal(your_fcn_name(peak,duty),y_correct))
duty =
0.6000
|
Find the peak 3n+1 sequence value
790 Solvers
180 Solvers
342 Solvers
Find the dimensions of a matrix
267 Solvers
147 Solvers