Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
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)
height =
39.9480
width =
71.0186
y1 =
71.0186
y2 =
39.9480
|
2 | Fail |
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
height =
48.9575
width =
87.0356
y1 =
87.0356
y2 =
48.9575
|
243 Solvers
244 Solvers
167 Solvers
Matlab Basics - Switching Assignments
127 Solvers
Matrix of almost all zeros, except for main diagonal
122 Solvers