Month and Day of month to Day of year (mmdd2ddd.m)

版本 1.1.0.0 (102 字节) 作者: Daniel Okoh
Converts month and day of a month to corresponding day of the year
272.0 次下载
更新时间 2014/9/2

查看许可证

mmdd2ddd is a MATLAB function that converts the month and day of a month to corresponding day of the year.

Syntax is:
ddd=mmdd2ddd(yyyy,mm,dd)
converts day dd of month mm of year yyyy to the corresponding day ddd of the same year.

引用格式

Daniel Okoh (2024). Month and Day of month to Day of year (mmdd2ddd.m) (https://www.mathworks.com/matlabcentral/fileexchange/46700-month-and-day-of-month-to-day-of-year-mmdd2ddd-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dates and Time 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

The function has been updated to be able to accept vector inputs and give vector outputs

1.0.0.0