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
|
Find all elements less than 0 or greater than 10 and replace them with NaN
13053 Solvers
348 Solvers
746 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
132 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!