Ältere Kommentare anzeigen
for tcl=(0:0.1:45)
if 2.38*(tcl-12.2)^0.25>=12.1*0.1^0.5
hc=2.38*(tcl-12.2)^0.25
else
hc=2.38*0.1^0.5
end
Tcl=(61.97-0.3485*10^(-8)*(tcl+273)^4+0.088*hc*12.2)/(1+0.88*hc)
while abs(Tcl-tcl)>=0.01
tcl=Tcl
if 2.38*(tcl-12.2)^0.25>=12.1*0.1^0.5
hc=2.38*(tcl-12.2)^0.25
else
hc=12.1*0.1^0.5
end
Tcl=(61.97-0.3485*10^(-8)*(tcl+273)^4+0.088*hc*12.2)/(1+0.88*hc)
end
Tcl
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu MATLAB 快速入门 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!