image thumbnail
from ISA chart by Marcos Cesar Ruggeri
This program generates the ISA chart, depending on the altitude increase.

p78=p78(h)
function p78=p78(h)
sldata;
limitpoints;
slopes;
T78=-3.94e-3*h+495.2;
p2=p1*(T2/T1)^(-g/(m12*R));
p3=p2*exp(-g*(h3-h2)/(R*T2));
p4=p3*(T4/T3)^(-g/(m34*R));
p5=p4*(T5/T4)^(-g/(m45*R));
p6=p5*exp(-g*(h6-h5)/(R*T5));
p7=p6*(T7/T6)^(-g/(m67*R));
p78=p7*(T78/T7)^(-g/(m78*R));

Contact us at files@mathworks.com