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))
|
2240 Solvers
337 Solvers
Make a run-length companion vector
512 Solvers
484 Solvers
273 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!