Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
eMat = [13 -1 5;-22 10 -87];
Ref = mean(eMat,2);
user = MyFunc();
assert(isequal(Ref,user))
|
2 | Fail |
Ref = [13 -1 5;-22 10 -87];
[eMean Mat] = MyFunc();
assert(isequal(Ref,Mat))
|
9827 Solvers
3968 Solvers
All your base are belong to us
463 Solvers
Sum the numbers on the main diagonal
453 Solvers
505 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!