Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 40;
y_correct = [34.86 19.61];
[y1 y2]=TV(x)
assert(y1-y_correct(1)<=0.01 && y2-y_correct(2)<=0.01)
y1 =
34.8621
y2 =
19.6099
|
2 | Pass |
x=49
y_correct = [42.71 24.02];
[y1 y2]=TV(x)
assert(y1-y_correct(1)<=0.01 && y2-y_correct(2)<=0.01)
x =
49
y1 =
42.7060
y2 =
24.0222
|
1836 Solvers
The Goldbach Conjecture, Part 2
1284 Solvers
Project Euler: Problem 3, Largest prime factor
379 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
Celsius to Fahrenheit converter
388 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!