Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 1;
b = 2;
c = 3;
y_correct = 6;
assert(isequal(your_fcn_name(a,b,c),y_correct))
y =
6
|
Sum of diagonal of a square matrix
1327 Solvers
343 Solvers
07 - Common functions and indexing 5
314 Solvers
187 Solvers
209 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!