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)
b =
18.3576
width =
34.8630
height =
19.6104
y1 =
34.8630
y2 =
19.6104
|
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
b =
18.3576
width =
42.7072
height =
24.0228
y1 =
42.7072
y2 =
24.0228
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
1763 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
334 Solvers
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
225 Solvers
Solve a System of Linear Equations
3443 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!