This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
n = 5;
S = 40;
assert(isequal(FibSumSquares(n),S))
|
2 | Pass |
%%
n = 11;
S = 12816;
assert(isequal(FibSumSquares(n),S))
|
3239 Solvers
middleAsColumn: Return all but first and last element as a column vector
387 Solvers
366 Solvers
Fahrenheit to Celsius converter
358 Solvers
569 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!