<< CL_tle_load Trajectory and maneuvers CL_tle_parse >>

CelestLab >> Trajectory and maneuvers > CL_tle_new

CL_tle_new

Creation of TLE structure

Calling Sequence

tle = CL_tle_new([num])

Description

Parameters

num:

Number of elements in the TLE structure. Default is 1

Authors

See also

Examples

// Create a TLE structure containing 1 element
tle = CL_tle_new()
// Create a TLE structure containing 10 elements
tle = CL_tle_new(10);
tle(10)

Report an issue
<< CL_tle_load Trajectory and maneuvers CL_tle_parse >>