edit the orbital elements

3 views (last 30 days)
syafq ads
syafq ads on 15 Aug 2022
Commented: syafq ads on 24 Aug 2022
hi, i want to edit orbital elements in "SatelliteScenarioCustomAttitudeData.mat" but i didnt found the file, but can i know how can i find the file?

Answers (1)

Walter Roberson
Walter Roberson on 15 Aug 2022
The original of the file is at
filename = fullfile(matlabroot,'examples', 'aero_satcom','data','SatelliteScenarioCustomAttitudeData.mat')
filename = '/MATLAB/examples/aero_satcom/data/SatelliteScenarioCustomAttitudeData.mat'
ls(filename)
/MATLAB/examples/aero_satcom/data/SatelliteScenarioCustomAttitudeData.mat
This requires Aerospace Toolbox R2022a or later.

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!