harmmean(x) does exist
May be NOt in cody...
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
x = [60 100];
y_correct = 75;
assert(isequal(avg_speed(x),y_correct))
Error: Undefined function 'harmmean' for input arguments of type 'double'.
|
2 | Fail |
%%
x = [40 60];
y_correct = 48;
assert(isequal(avg_speed(x),y_correct))
Error: Undefined function 'harmmean' for input arguments of type 'double'.
|
3 | Fail |
%%
x = [20 60];
y_correct = 30;
assert(isequal(avg_speed(x),y_correct))
Error: Undefined function 'harmmean' for input arguments of type 'double'.
|
4 | Fail |
%%
x = [20 80];
y_correct = 32;
assert(isequal(avg_speed(x),y_correct))
Error: Undefined function 'harmmean' for input arguments of type 'double'.
|
22971 Solvers
398 Solvers
435 Solvers
142 Solvers
242 Solvers