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))
|
276 Solvers
307 Solvers
Back to basics 3 - Temp Directory
277 Solvers
Determine the number of odd integers in a vector
320 Solvers
204 Solvers