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
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In odd_rms (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
nn = 10;
orms_correct = 11.5325
assert((odd_rms(nn)-orms_correct)<0.5)
orms_correct =
11.5325
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In odd_rms (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
3 | Pass |
nn = 1;
orms_correct = 1
assert((odd_rms(nn)-orms_correct)<0.5)
orms_correct =
1
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In odd_rms (line 2)
In ScoringEngineTestPoint3 (line 3)
In solutionTest (line 7)]
|
109 Solvers
Determine the length of a string of characters
172 Solvers
Find out value of sine given by degree.
232 Solvers
Matlab Basics II - Max & Index of Max
188 Solvers
117 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!