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
|
Create a square matrix of multiples
383 Solvers
746 Solvers
Basics: 'Find the eigenvalues of given matrix
323 Solvers
Number of odd and even elements within matrix
124 Solvers
299 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!