Day of year to Month, Day of Month (ddd2mmdd.m)

版本 1.1.0.0 (414 字节) 作者: Daniel Okoh
Converts day of a year to corresponding month and day of the month
626.0 次下载
更新时间 2015/4/28

查看许可证

ddd2mmdd is a MATLAB function that converts the day of year to corresponding month and day of the month.
Syntax is:
[mm,dd]=ddd2mmdd(yyyy,ddd)
to convert day ddd of year yyyy to corresponding month mm and day of month dd of the same year.

引用格式

Daniel Okoh (2024). Day of year to Month, Day of Month (ddd2mmdd.m) (https://www.mathworks.com/matlabcentral/fileexchange/46699-day-of-year-to-month-day-of-month-ddd2mmdd-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!

ddd2mmdd new/

版本 已发布 发行说明
1.1.0.0

The function was updated to additionally be able to work with vectors, and not only scalars. Inputs can now be either vectors or scalars. Jan Simon inspired the update

1.0.0.0