Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'a=45';
y_correct = 45;
assert(isequal(stringed_commands(x),y_correct))
a =
45
|
2 | Pass |
%%
x = 'a=908';
y_correct = 908;
assert(isequal(stringed_commands(x),y_correct))
a =
908
|
54230 Solvers
462 Solvers
583 Solvers
2143 Solvers
249 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!