MATLAB_Functions

Repository of useful functions created for MATLAB users

https://github.com/907Resident/MATLAB_Functions

You are now following this Submission

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 .

General Information

MATLAB Release Compatibility

  • Compatible with R2018a and later releases

Platform Compatibility

  • Windows
  • macOS
  • Linux

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes Action
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.