and while we are at it...
well, ...
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 28;
y_correct = 13;
assert(isequal(change(x),y_correct));
|
2 | Pass |
%%
x = 62;
y_correct = 77;
assert(isequal(change(x),y_correct));
|
3 | Pass |
%%
x = 2;
y_correct = 1;
assert(isequal(change(x),y_correct));
|
4 | Pass |
%%
x = 87;
y_correct = 187;
assert(isequal(change(x),y_correct));
|
Project Euler: Problem 2, Sum of even Fibonacci
835 Solvers
Create a function handle that reverses the input arguments of another function handle
124 Solvers
284 Solvers
Generate a random matrix A of (1,-1)
210 Solvers
Sum the numbers on the main diagonal
453 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!