Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'Tilda : ~';
y_correct = 742;
assert(isequal(str_to_number(x),742))
|
2 | Pass |
x = 'Practise more';
y_correct = 1294;
assert(isequal(str_to_number(x),1294))
|
3 | Pass |
x = '1 last test';
y_correct = 997;
assert(isequal(str_to_number(x),997))
|
4 | Pass |
x = 'OK, Definitely the last!';
y_correct = 997;
assert(isequal(str_to_number(x),2121))
|
3076 Solvers
3117 Solvers
Make a random, non-repeating vector.
2809 Solvers
191 Solvers
112 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!