Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
my_variable = [];
y_correct = 'my_variable';
assert(isequal(inputvariable(my_variable),y_correct))
|
2 | Pass |
%%
another_variable = [];
y_correct = 'another_variable';
assert(isequal(inputvariable(another_variable),y_correct))
|
Find the alphabetic word product
1997 Solvers
339 Solvers
Program an exclusive OR operation with logical operators
597 Solvers
Make a run-length companion vector
453 Solvers
205 Solvers