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 |
d1 = datenum('10-Nov-2010');
d2 = datenum('10-Feb-2011');
y_correct = datenum({'30-Nov-2010','31-Dec-2010','31-Jan-2011'});
assert(isequal(month_ends(d1,d2),y_correct))
y =
734472
734503
734534
|
2 | Pass |
d1 = datenum('31-Jan-2000');
d2 = datenum('10-Apr-2000');
y_correct = datenum({'31-Jan-2000','29-Feb-2000','31-Mar-2000'});
assert(isequal(month_ends(d1,d2),y_correct))
y =
730516
730545
730576
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
753 Solvers
Duplicate each element of a vector.
518 Solvers
Create a Multiplication table matrix...
283 Solvers
Fahrenheit to Celsius converter
358 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!