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 |
eMat = [13 -1 5;-22 10 -87];
Ref = [1 1 1;eMat(2,:)];
user = MyFunc();
assert(isequal(Ref,user))
|
2 | Pass |
Ref = [13 -1 5;-22 10 -87];
[eMean Mat] = MyFunc();
assert(isequal(Ref,Mat))
|
1123 Solvers
900 Solvers
167 Solvers
1492 Solvers
221 Solvers