Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
my_variable = [];
y_correct = 'my_variable';
assert(isequal(inputvariable(my_variable),y_correct))
ans =
my_variable
|
2 | Pass |
%%
another_variable = [];
y_correct = 'another_variable';
assert(isequal(inputvariable(another_variable),y_correct))
ans =
another_variable
|
Find state names that start with the letter N
599 Solvers
594 Solvers
Replace multiples of 5 with NaN
358 Solvers
282 Solvers
Rounding off numbers to n decimals
1051 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!