ModelData = LUTAtm(h,varname,fileName)
General LUT function for extrapolating atmospheric data. The specified Matlab data file must contain a vector Altitude and a vector for the desired data.
|
Parameters |
Description |
|
h [vector] |
Altitude (m) |
|
varname [string] |
Name of vector in fileName to interpolate into |
|
fileName [string] |
Name of Matlab data file containing the data for interpolation. |
|
Return Values |
Description |
|
ModelData [vector] |
Model data, the result of the interpolation |
|
Copyright (c) 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|