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 :)
I don't have the largeConstellation.tle file
7 views (last 30 days)
Show older comments
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);
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Reference Applications in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!