day and night from lat, long, time?
조회 수: 11 (최근 30일)
이전 댓글 표시
I have a vector of latitude, and vector of longitude, and a vector of UTC time.
Is there a simple way to determine whether or not it is day or night at each point? Just a simple 0,1 kind of answer?
댓글 수: 1
James Tursa
2020년 4월 5일
Convert it to a pointing vector and then find the angle between that and the Sun pointing vector. Do you have a Sun position function?
채택된 답변
추가 답변 (2개)
Ameer Hamza
2020년 4월 5일
If you have the Mapping toolbox, you can use timezone(): https://www.mathworks.com/help/map/ref/timezone.html to find the hour offset from the UTC given the longitude value.
From the offset value, you can convert the UTC to the local time and based on your threshold, whether it is day or night. Or you can also use datetime() function to convert the UTC to the local time.
댓글 수: 0
Meysam Mahooti
2021년 5월 26일
https://www.mathworks.com/matlabcentral/fileexchange/60157-sunrise-sunset?s_tid=srchtitle
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Dates and Time에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!