This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'The next meeting will be held in 2 weeks.';
y_correct = 34;
assert(isequal(find_numeric(x),y_correct))
|
2 | Pass |
S = 'The back to the future 2 doesn''t actually predict that the Cubs would win the World Series in 2015.\n';
y_correct = [24 95 96 97 98];
assert(isequal(find_numeric(S),y_correct))
|
2725 Solvers
201 Solvers
103 Solvers
155 Solvers
51 Solvers