Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
y_correct = 1;
assert(isequal(num_inputs(1),y_correct))
|
2 | Fail |
y_correct = 2;
assert(isequal(num_inputs(1,1),y_correct))
|
3 | Fail |
y_correct = 0;
assert(isequal(num_inputs(),y_correct))
|
54293 Solvers
Find the peak 3n+1 sequence value
1107 Solvers
725 Solvers
Given a window, how many subsets of a vector sum positive
743 Solvers
Create an index-powered vector
352 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!