This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3; 4 5 6;7 8 9];
y_correct = 40;
assert(isequal(AddMatrixLim(x),y_correct))
|
2 | Pass |
x= [1 5 6 7; 4 9 4 7; 9 4 2 1; 0 1 2 8]
y_correct = 51;
assert(isequal(AddMatrixLim(x),y_correct))
x =
1 5 6 7
4 9 4 7
9 4 2 1
0 1 2 8
|
337 Solvers
365 Solvers
367 Solvers
583 Solvers
Area of an equilateral triangle
2759 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!