day and night from lat, long, time?

11 ビュー (過去 30 日間)
Nina Schuback
Nina Schuback 2020 年 4 月 5 日
回答済み: Meysam Mahooti 2021 年 5 月 26 日
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
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?

サインインしてコメントする。

採用された回答

Nina Schuback
Nina Schuback 2020 年 4 月 7 日
Thank you for the replies!
I ended up using the sunsetsunrise.m function which gives me sunset and sunrise in UTC!

その他の回答 (2 件)

Ameer Hamza
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.

Meysam Mahooti
Meysam Mahooti 2021 年 5 月 26 日
https://www.mathworks.com/matlabcentral/fileexchange/60157-sunrise-sunset?s_tid=srchtitle

カテゴリ

Help Center および File ExchangeCartesian Coordinate System Conversion についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by