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 |
n = 1;
s_correct = 1;
assert(isequal(sumOfSquares(n),s_correct))
ans =
1
|
2 | Pass |
n=3
s_correct=14
assert(isequal(sumOfSquares(n),s_correct))
n =
3
s_correct =
14
ans =
14
|
337 Solvers
Back to basics 4 - Search Path
321 Solvers
Getting the indices from a vector
3206 Solvers
167 Solvers
142 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!