MATLAB_Functions

Repository of useful functions created for MATLAB users

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

Sie verfolgen jetzt diese Einreichung

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

Zitieren als

Moyo Ajayi (2026). MATLAB_Functions (https://github.com/907Resident/MATLAB_Functions), GitHub. Abgerufen .

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit R2018a und späteren Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux

Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden

Version Veröffentlicht Versionshinweise Action
1.0.3

Updated Description

1.0.2

Edited the description

1.0.1

Connected File Exchange to GitHub

1.0.0

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.