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.8628
y2 =
19.6120
|
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.7069
y2 =
24.0247
|
Create a Multiplication table matrix...
281 Solvers
07 - Common functions and indexing 5
314 Solvers
2770 Solvers
Test Problem; Create a 5x5 array containing all ones
270 Solvers
443 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!