Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
nn = 3;
orms_correct = 3.4156
assert((odd_rms(nn)-orms_correct)<0.5)
orms_correct =
3.4156
ans =
3.4157
|
2 | Pass |
nn = 10;
orms_correct = 11.5325
assert((odd_rms(nn)-orms_correct)<0.5)
orms_correct =
11.5325
ans =
11.5326
|
3 | Pass |
nn = 1;
orms_correct = 1
assert((odd_rms(nn)-orms_correct)<0.5)
orms_correct =
1
ans =
1
|
352 Solvers
331 Solvers
286 Solvers
125 Solvers
Check if there are white spaces in the input string
34 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!