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))
eMat =
13 -1 5
-22 10 -87
|
2 | Fail |
Ref = [13 -1 5;-22 10 -87];
[eMean Mat] = MyFunc();
assert(isequal(Ref,Mat))
eMat =
13 -1 5
-22 10 -87
|
232 Solvers
Sum the elements in either diagonal of a square matrix
178 Solvers
387 Solvers
273 Solvers
Convert given decimal number to binary number.
636 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!