Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
assert(abs(rootof(@sin,3)-pi)<100*eps)
|
2 | Pass |
%%
assert(abs(rootof(@cos,1.5)-pi/2)<100*eps)
|
3 | Pass |
%%
assert(abs(rootof(@tan,0.05)-0)<100*eps)
|
Find common elements in matrix rows
1231 Solvers
1159 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1491 Solvers
Set the array elements whose value is 13 to 0
935 Solvers
Find Index of maximum Value and maximum Value of a vector
144 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!