Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1800;
y = 1800;
assert(isequal(expected_score(x,y),0.5))
y =
0.5000
y =
0.5000
|
2 | Pass |
x = 1900;
y = 1800;
assert(isequal(expected_score(x,y),0.64))
y =
0.6401
y =
0.6400
|
3 | Pass |
x = 1900;
y = 2000;
assert(isequal(expected_score(x,y),0.36))
y =
0.3599
y =
0.3600
|
4 | Pass |
x = 1900;
y = 2100;
assert(isequal(expected_score(x,y),0.24))
y =
0.2403
y =
0.2400
|
5 | Pass |
x = 1800;
y = 2775;
assert(isequal(expected_score(x,y),0.004))
y =
0.0036
y =
0.0040
|
6 | Pass |
x = 1800;
y = 2865;
assert(isequal(expected_score(x,y),0.002))
y =
0.0022
y =
0.0020
|
7 | Pass |
x = 2865;
y = 2775;
assert(isequal(expected_score(x,y),0.627))
y =
0.6267
y =
0.6270
|
8 | Pass |
x = 2865;
y = 2851;
assert(isequal(expected_score(x,y),0.52))
y =
0.5201
y =
0.5200
|
9 | Pass |
x = 2865;
y = 2844;
assert(isequal(expected_score(x,y),0.53))
y =
0.5302
y =
0.5300
|
10 | Pass |
x = 2785;
y = 2865;
assert(isequal(expected_score(x,y),0.387))
y =
0.3869
y =
0.3870
|
11 | Pass |
x = 2785;
y = 1800;
assert(isequal(expected_score(x,y),0.997))
y =
0.9966
y =
0.9970
|
Find the sum of the elements in the "second" diagonal
994 Solvers
420 Solvers
Simple equation: Annual salary
3779 Solvers
321 Solvers
462 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!