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))
|
Find the peak 3n+1 sequence value
1108 Solvers
228 Solvers
Getting the row and column location from a matrix
236 Solvers
511 Solvers
07 - Common functions and indexing 4
319 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!