tleread
Description
reads the data from a two-line element (TLE) file, tleStruct
= tleread(tleFile
)tleFile
. To
calculate the position and velocity of one or more spacecraft over time using two-line
element (TLE) data, use this vector of structures as input to the
propagateOrbit
function. The function outputs a vector of structures
containing data from the input TLE file in tleStruct
. You can then use
the propagateOrbit
function to calculate the position and velocity using tleStruct
.
If the TLE file contains multiple entries for the same catalog number, the function outputs only the data corresponding to the latest epoch (defined for each TLE set).
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b