I don't have the largeConstellation.tle file

7 views (last 30 days)
when i try to run the code below, matlab report :"Unable to add satellite to the satelliteScenario because the specified TLE or SEM file could not be opened." Then I searched the largeConstellation.tle in my matlab root and do not find it either. Does anyone have the same question? Or if somebody can provide the .tle file to me, thanks!
%Add Large Constellation of Satellites
sat = satellite(sc,"largeConstellation.tle");
numSatellites = numel(sat);

Accepted Answer

闳丽
闳丽 on 3 Jul 2023
OK, i got the solution, when i use matlab online to run the script named "Multi-Hop Path Selection Through Large Satellite Constellation", i find the largeConstellation.tle :)

More Answers (0)

Categories

Find more on Reference Applications in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!