Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
d = 20;
y_correct = 20+(10*pi);
assert(isequal(perm_semicircle(d),y_correct))
|
2 | Pass |
d = 100;
y_correct = 100+(50*pi);
assert(isequal(perm_semicircle(d),y_correct))
|
Project Euler: Problem 5, Smallest multiple
397 Solvers
Back to basics 11 - Max Integer
678 Solvers
Solve the set of simultaneous linear equations
273 Solvers
Celsius to Fahrenheit converter
388 Solvers
173 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!