Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 90;
y = inf;
assert(isequal(tangent1(x),y))
|
2 | Pass |
x = 45;
y = 1;
assert(isequal(tangent1(x),y))
|
Create a vector whose elements depend on the previous element
391 Solvers
238 Solvers
Rounding off numbers to n decimals
1050 Solvers
299 Solvers
121 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!