Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x=eye(3);
y_correct = [ 1 -3 3 -1];
assert(isequal(char_eq(x),y_correct))
|
Project Euler: Problem 2, Sum of even Fibonacci
835 Solvers
Test if two numbers have the same digits
187 Solvers
Volume of a sphere given its surface area
117 Solvers
424 Solvers
255 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!