This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1.71 2.03 3.28 4.05 5.10 6.82 7.69 8.32 9.95 10.03];
y_correct = [2.340 3.120 4.143 5.323 6.536 7.610 8.653 9.433];
assert((mean(mysmooth(x)-y_correct)<0.001))
|
2 | Pass |
x=[1 1 1]
y_correct=1
assert((mean(mysmooth(x)-y_correct)<0.001))
x =
1 1 1
y_correct =
1
|
8415 Solvers
223 Solvers
245 Solvers
148 Solvers
123 Solvers