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))
|
Maximum running product for a string of numbers
1112 Solvers
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
Program an exclusive OR operation with logical operators
639 Solvers
Replace multiples of 5 with NaN
358 Solvers
993 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!