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

plotsgathered.m
subplot(311),plot(T,h,'LineWidth',2,'Color','m'),grid,ylabel('Altitude: h [m]'),xlabel('Temperature: T [K]')

subplot(312),plot(p,h,'LineWidth',2,'Color','b'),grid,ylabel('Altitude: h [m]'),xlabel('Pressure: p [Pa]')

subplot(313),plot(rho,h,'LineWidth',2,'Color','g'),grid,ylabel('Altitude: h [m]'),xlabel('Density: \rho [kg/m^3]')

Contact us at files@mathworks.com