This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4 5];
y_correct = 9;
assert(isequal(your_fcn_name(x),y_correct))
ans =
1 2 3 4 5
ans =
9
|
1263 Solvers
6360 Solvers
Back to basics 8 - Matrix Diagonals
781 Solvers
498 Solvers
299 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!