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))
|
2 | Pass |
Ref = [13 -1 5;-22 10 -87];
[eMean Mat] = MyFunc();
assert(isequal(Ref,Mat))
|
232 Solvers
1882 Solvers
Solve the set of simultaneous linear equations
273 Solvers
Finding perimeter of a rectangle
278 Solvers
213 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!