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

absvariables.m
% Absolute variables (altitude,temperature, pressure and density),
% generated in vectors h() T() p() and rho().

h=A(:,1);
T=A(:,2);
p=A(:,3);
rho=A(:,4);

Contact us at files@mathworks.com