Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = '19-May-2001';
y_correct = 730990;
assert(isequal(datetonumber(x),y_correct))
|
2 | Pass |
%%
x = '12-jun-17';
y_correct = 736858;
assert(isequal(datetonumber(x),y_correct))
|
3 | Pass |
%%
x = '1-Mar-2013';
y_correct = 735294;
assert(isequal(datetonumber(x),y_correct))
|
Remove the small words from a list of words.
672 Solvers
2809 Solvers
284 Solvers
281 Solvers
338 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!