Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
d=4
s=6
Vc=6.8544
y_correct = 12;
assert(isequal(your_fcn_name(Vc,s,d),y_correct))
d =
4
s =
6
Vc =
6.8544
ans =
12
|
2 | Pass |
d=4
s=6
Vc=6.2832
y_correct = 13;
assert(isequal(your_fcn_name(Vc,s,d),y_correct))
d =
4
s =
6
Vc =
6.2832
ans =
13
|
151 Solvers
Determine Whether an array is empty
646 Solvers
122 Solvers
214 Solvers
286 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!