This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
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))
|
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))
|
465 Solvers
Omit columns averages from a matrix
482 Solvers
214 Solvers
204 Solvers
414 Solvers