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
|
9831 Solvers
Least common multiple of many numbers
189 Solvers
Project Euler: Problem 8, Find largest product in a large string of numbers
315 Solvers
Back to basics 4 - Search Path
321 Solvers
351 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!