Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = -pi/2;
y_correct = sin(x);
assert(abs(my_func(x)-y_correct)<0.0001)
|
2 | Fail |
x = rand(1)*2*pi;
y_correct = sin(x);
assert(abs(my_func(x)-y_correct)<0.0001)
|
3 | Fail |
assessFunctionAbsence({'cos', 'sin'}, 'FileName', 'my_func.m');
|
2486 Solvers
Return elements unique to either input
550 Solvers
Find nearest prime number less than input number
268 Solvers
498 Solvers
Find my daddy long leg (No 's')
632 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!