Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
V=4;I=8;
y_correct = 0.5;
assert(isequal(Resistance(V,I),y_correct))
|
2 | Pass |
V=7;I=1.75;
y_correct = 4;
assert(isequal(Resistance(V,I),y_correct))
|
The Answer to Life, the Universe, and Everything
383 Solvers
400 Solvers
257 Solvers
Create sequnce 1 4 9 16 25.........
190 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!