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))
eMat2 =
1 1 1
-22 10 -87
|
2 | Pass |
Ref = [13 -1 5;-22 10 -87];
[eMean Mat] = MyFunc();
assert(isequal(Ref,Mat))
eMat2 =
1 1 1
-22 10 -87
|
Maximum running product for a string of numbers
1112 Solvers
188 Solvers
1882 Solvers
351 Solvers
321 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!