This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
I = 0.09; %90mA current
R = 100; %100 Ohm resistor
V_correct = 9; %9V voltage
assert(isequal(OhmsLaw(I,R),V_correct))
|
2 | Pass |
I = 0.012; %12mA current
R = 1000; %1kOhm resistor
V_correct = 12; %12V voltage
assert(isequal(OhmsLaw(I,R),V_correct))
|
272 Solvers
282 Solvers
525 Solvers
187 Solvers
464 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!