Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
v1 = 1;
v2 = 2;
v3 = 3;
d = 10;
assert(abs(thefly(v1,v2,v3,d)-10)/10<.01)
t =
3.3333
s =
10
|
2 | Pass |
v1 = 20;
v2 = 20;
v3 = 50;
d = 100;
assert(abs(thefly(v1,v2,v3,d)-125)/125<.01)
t =
2.5000
s =
125
|
3 | Pass |
v1 = 40;
v2 = 20;
v3 = 90;
d = 10;
assert(abs(thefly(v1,v2,v3,d)-15)/15<.01)
t =
0.1667
s =
15
|
4 | Pass |
v1 = 40;
v2 = 15;
v3 = 45;
d = 110;
assert(abs(thefly(v1,v2,v3,d)-90)/90<.01)
t =
2
s =
90
|
Find the two most distant points
1628 Solvers
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
381 Solvers
201 Solvers
207 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!