Atmospheric properties, such as temperature, air density, and air pressure, are important in aviation. Create a file that stores temperatures in degrees Kelvin at various altitudes. The altitudes are in the first column and the temperatures in the second. For example, it may look like this:
Write a script that will load these data into a matrix, separate it into vectors, and then plot the data with appropriate axis labels and a title.