MATLAB_Functions
Version 1.0.3 (3.86 MB) by
Moyo Ajayi
Repository of useful functions created for MATLAB users
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 (2026). MATLAB_Functions (https://github.com/907Resident/MATLAB_Functions), GitHub. Retrieved .
MATLAB Release Compatibility
Created with
R2019b
Compatible with R2018a and later releases
Platform Compatibility
Windows macOS LinuxCategories
Find more on Dates and Time in Help Center and MATLAB Answers
Tags
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 |
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
