If sin(h) has a known value, how can I find h with matlab?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Mikolaj Jankowski
am 30 Okt. 2018
Kommentiert: madhan ravi
am 30 Okt. 2018
In a function I am trying to write, sin(h) is dependant on input variables when calling the function. Then however, function develops dependant on value of h. How can I find the value of h for if statements later in text?
Essentially:
sin(h)=max(0,sin(lat)*sin(decl)+cos(lat)*cos(decl)*cos(w_d*(t+43200)));
if h <= 0
Insd=0
else
Insd=S*(e^(-C_ext))*sin_h*(1-0.71nc);
end
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Manage Products finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!