Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
N = 10^10;
V = 150;
assert(volts(N)>V/pi)
ans =
100
|
2 | Pass |
N = 10^11;
V = 700;
assert(volts(N)<V*pi)
ans =
1000
|
3 | Pass |
N = 10^12;
V = 10000;
assert(volts(N)>V/sqrt(pi))
ans =
10000
|
1261 Solvers
Find the two most distant points
1628 Solvers
753 Solvers
Return the first and last character of a string
3447 Solvers
Get the elements of diagonal and antidiagonal for any m-by-n matrix
267 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!