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 |
m=1;
h=10;
v=2;
y_correct = 100;
assert(isequal(te(m,h,v),y_correct))
P =
98
k =
2
|
2 | Pass |
m=10;
h=10;
v=2;
y_correct = 1000;
assert(isequal(te(m,h,v),y_correct))
P =
980
k =
20
|
3 | Pass |
m=1;
h=10;
v=20;
y_correct = 298;
assert(isequal(te(m,h,v),y_correct))
P =
98
k =
200
|
Sum of diagonal of a square matrix
1159 Solvers
262 Solvers
325 Solvers
127 Solvers
66 Solvers