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

abschart.m
% ISA chart with absolute magnitudes.

sldata;
chart;
chart_abs=chart;

chart_abs(:,2)=chart_abs(:,2)*T1;
chart_abs(:,3)=chart_abs(:,3)*p1;
chart_abs(:,4)=chart_abs(:,4)*rho1;

Contact us at files@mathworks.com