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 =
19.6104
a =
34.8630
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 =
24.0228
a =
42.7072
y1 =
42.7072
y2 =
24.0228
|
1263 Solvers
Solve the set of simultaneous linear equations
273 Solvers
Element by element multiplication of two vectors
268 Solvers
Matlab Basics II - Extract last 3 elements of a vector
164 Solvers
Return fibonacci sequence do not use loop and condition
218 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!