PREDICT NEW FONCTION WITH DEEP LEARNING

I want to find a function h that does not depend on aztan
I have this function
h=acos((sin(w*pi/180)*cos(de))/sin(aztan))
where
aztan=atan(sin(w*pi/180)/(sin(phir)*cos(w*pi/180)-cos(phir)*tan(de)))
w=hour angle, de=declinaison, aztan=azimut, phir=lattitude

1 件のコメント

Meg Noah
Meg Noah 2025 年 8 月 8 日
Can you just do this:
w = 2.3; % [deg] hour angle
de = deg2rad(65); % [rad] declination angle
phir = deg2rad(45); % [rad] latitude
h=acos((sind(w)*cos(de))/sin(atan2(sind(w),(sin(phir)*cosd(w)-cos(phir)*tan(de)))))
h = 1.2210

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

回答 (0 件)

製品

リリース

R2023b

質問済み:

2025 年 8 月 1 日

編集済み:

2025 年 8 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by