MATLAB_Functions
Functions included in this repository
----DEC_DOY-----
DEC_DOY Converts datetime objects to decimal year.
DECIMAL_YEAR = DEC_DOY(datetime) returns the day of year with time of day represented as a decimal
Example:
dt = datetime(2019, 10, 23, 21, 50, 05, 123);
decimal_doy = dec_doy(dt)
decimal_doy =
296.9098
Created by Moyo Ajayi
Oct 2019
Vanderbilt University
Cite As
Moyo Ajayi (2024). MATLAB_Functions (https://github.com/907Resident/MATLAB_Functions), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
usgs-sediment
Versions that use the GitHub default branch cannot be downloaded
Version | Published | Release Notes | |
---|---|---|---|
1.0.3 | Updated Description |
|
|
1.0.2 | Edited the description |
|
|
1.0.1 | Connected File Exchange to GitHub |
|
|
1.0.0 |