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)
|
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
|
Remove any row in which a NaN appears
5979 Solvers
Make one big string out of two smaller strings
1070 Solvers
Are all the three given point in the same line?
197 Solvers
Sum of odd numbers in a matrix
232 Solvers
Find the dimensions of a matrix
267 Solvers