Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
y_correct = 1;
assert(isequal(num_inputs(1),y_correct))
|
2 | Pass |
%%
y_correct = 2;
assert(isequal(num_inputs(1,1),y_correct))
|
3 | Pass |
%%
y_correct = 0;
assert(isequal(num_inputs(),y_correct))
|
Remove the small words from a list of words.
672 Solvers
Find a subset that divides the vector into equal halves
332 Solvers
Determine the number of odd integers in a vector
435 Solvers
326 Solvers
1159 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!