Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
u = [5 2 0 5 3 0];
v = [3 2 5 1 0 2];
y_correct = 0.4611;
assert(abs(VecCos(u,v)-y_correct)<10^(-4))
[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 VecCos (line 2)
In ScoringEngineTestPoint1 (line 4)
In solutionTest (line 3)]
|
2 | Pass |
u = 2:0.05:3;
v = 3:-0.05:2;
y_correct = 0.9711;
assert(abs(VecCos(u,v)-y_correct)<10^(-4))
[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 VecCos (line 2)
In ScoringEngineTestPoint2 (line 4)
In solutionTest (line 5)]
|
2542 Solvers
260 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
214 Solvers
175 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!