Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
eMat = [13 -1 5;-22 10 -87];
Ref = mean(eMat,2);
user = MyFunc();
assert(isequal(Ref,user))
eMat =
13 -1 5
-22 10 -87
mean1 =
5.6667
mean2 =
-33
eMean =
5.6667
-33.0000
|
2 | Pass |
Ref = [13 -1 5;-22 10 -87];
[eMean Mat] = MyFunc();
assert(isequal(Ref,Mat))
eMat =
13 -1 5
-22 10 -87
mean1 =
5.6667
mean2 =
-33
eMean =
5.6667
-33.0000
|
261 Solvers
724 Solvers
Detect a number and replace with two NaN's
178 Solvers
452 Solvers
270 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!