Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 90;
y = inf;
assert(isequal(tangent1(x),y))
|
2 | Fail |
x = 45;
y = 1;
assert(isequal(tangent1(x),y))
|
Multiples of a Number in a Given Range
214 Solvers
530 Solvers
264 Solvers
Find out sum of all elements of given Matrix
349 Solvers
177 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!