Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(abs(BoilingPoint(2) - 245.16) < 1e-3)
ans =
[]
|
2 | Pass |
assert(abs(BoilingPoint(5) - 313.8) < 1e-3)
ans =
[]
|
3 | Pass |
assert(abs(BoilingPoint(10) - 428.2) < 1e-3)
ans =
[]
|
4106 Solvers
111 Solvers
187 Solvers
Add a row of zeros on top of a matrix
193 Solvers
Compute LOG(1+X) in natural log
204 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!