Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [721;702;703;698;692;705;714;729;735;750];
y_correct = 4.02;
assert(isequal(simple_return(x),y_correct))
ans =
4.0200
|
2 | Pass |
%%
x = [145;147;147;146;144;145;144;145;144;145;145;145;144;140;143;144;148;143;145;145;144;142;142;145;144;145;147;146;146;147;147;144];
y_correct = -0.69;
assert(isequal(simple_return(x),y_correct))
ans =
-0.6900
|
14207 Solvers
153 Solvers
Back to basics 4 - Search Path
280 Solvers
Matrix which contains the values of an other matrix A at the given locations.
196 Solvers
204 Solvers