getDataVariable
Get data variable values
Syntax
Description
                returns the values of the data points in the specified propagation data object. The
                data is processed such that the missing values are removed and duplicate location
                data are replaced with mean values.datavariable = getDataVariable(pd)
[
                returns the location coordinates of the data points in the propagation data
                object.datavariable,lat,lon] = getDataVariable(pd)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a


