Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
N = 10^10;
V = 150;
assert(volts(N)>V/pi)
V =
100
|
2 | Pass |
N = 10^11;
V = 700;
assert(volts(N)<V*pi)
V =
1000
|
3 | Pass |
N = 10^12;
V = 10000;
assert(volts(N)>V/sqrt(pi))
V =
10000
|
Find the two most distant points
1628 Solvers
Find nearest prime number less than input number
268 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3615 Solvers
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
511 Solvers
Determine the number of odd integers in a vector
435 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!