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
|
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
|
Find the longest sequence of 1's in a binary sequence.
2446 Solvers
Remove all the words that end with "ain"
1029 Solvers
Check to see if a Sudoku Puzzle is Solved
232 Solvers
Find the sum of the elements in the "second" diagonal
880 Solvers
341 Solvers