aeroReadSpaceWeatherData
Syntax
Description
reads space weather data from the space weather data file,
matfile
= aeroReadSpaceWeatherData(spaceWeatherFile
)spaceWeatherFile
, downloaded from CelesTrak® and stores the data in a MAT file, matfile
. The function
saves the MAT file to the current working directory, and returns the filename along with its
full path in matfile
.
The fluxSolarAndGeomagnetic
function extracts the solar flux and
geomagnetic data from the MAT file.
creates matfile
= aeroReadSpaceWeatherData(spaceWeatherFile
,Name=Value
)matfile
based on additional parameters specified by one or more
name-value arguments.
[
returns the earliest date matfile
,startdate
] = aeroReadSpaceWeatherData(___)startdate
that corresponds to the data that
is saved in matfile
. Specify input argument combinations from the
previous syntaxes.
[
returns the earliest and latest dates, matfile
,startdate
,enddate
] = aeroReadSpaceWeatherData(___)startdate
and
enddate
, respectively, corresponding to the data that is saved in
matfile
.
Input Arguments
Output Arguments
Version History
Introduced in R2023a