Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

SwapanK/julian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

julian

% USE: provides Julian day and cumulative Julian day % How to: See Example % What happens: Requires MATLAB to run (Tested on 2018b) % Who did: Swapan Masanta - 03-Apr-2019 11:21:47 % Why: Things look easy after it's done.

% % %% Example --------------------------------- % % input dates % t = datetime(2000,01,01):caldays(1):datetime(2013,12,31); % [y,m,d] = ymd(t); % % provides Julian day % % provides cumulative Julian day with respect to year 1900 % [julianDay,CUjulianDay]=function_Matlab_julian(y',m',d',1900); % % %% Example --------------------------------- % % Cite As: Swapan Kumar Masanta (2019). julian (https://www.github.com/SwapanK/julian), GitHub. Retrieved

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages