Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
y_correct = [1.0000 0.7246 0.1554 -0.4232 -0.7524 -0.7118 -0.3583 0.1177 0.4912 0.6065];
y_test = damped_cos(0.5, 1, 10);
assert( all ( abs(y_correct(:) - y_test(:)) < 1e-4 ) )
t =
0 0.1111 0.2222 0.3333 0.4444 0.5556 0.6667 0.7778 0.8889 1.0000
wavelength =
0 -0.0556 -0.1111 -0.1667 -0.2222 -0.2778 -0.3333 -0.3889 -0.4444 -0.5000
phase =
1.0000 0.7660 0.1736 -0.5000 -0.9397 -0.9397 -0.5000 0.1736 0.7660 1.0000
y =
1.0000 0.7246 0.1554 -0.4232 -0.7524 -0.7118 -0.3583 0.1177 0.4912 0.6065
|
2 | Pass |
y_correct = [1.0000 -3.4903 12.1825];
y_test = damped_cos(-0.5, 5, 3)
assert( all ( abs(y_correct(:) - y_test(:)) < 1e-4 ) )
t =
0 2.5000 5.0000
wavelength =
0 1.2500 2.5000
phase =
1 -1 1
y =
1.0000 -3.4903 12.1825
y_test =
1.0000 -3.4903 12.1825
|
Is my wife right? Now with even more wrong husband
1241 Solvers
546 Solvers
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
511 Solvers
530 Solvers
327 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!