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
Citation pour cette source
Moyo Ajayi (2026). MATLAB_Functions (https://github.com/907Resident/MATLAB_Functions), GitHub. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
usgs-sediment
Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.3 | Updated Description |
|
|
| 1.0.2 | Edited the description |
|
|
| 1.0.1 | Connected File Exchange to GitHub |
|
|
| 1.0.0 |
