Help Center
Hide satellite scenario entity from viewer
Since R2021a
hide(item)
hide(item,viewer)
hide(item) hides the specified satellite scenario entity from all open instances of the Satellite Scenario Viewer.
item
hide(item,viewer) hides the specified satellite scenario entity on the Satellite Scenario Viewer specified by viewer.
viewer
example
collapse all
Create a satellite scenario object.
sc = satelliteScenario;
Add a satellite to the scenario.
semiMajorAxis = 10000000; % meters eccentricity = 0; inclination = 0; % degrees rightAscensionOfAscendingNode = 0; % degrees argumentOfPeriapsis = 0; % degrees trueAnomaly = 0; % degrees sat = satellite(sc,semiMajorAxis,eccentricity, ... inclination,rightAscensionOfAscendingNode, ... argumentOfPeriapsis,trueAnomaly);
Visualize the satellite by using the Satellite Scenario Viewer.
viewer = satelliteScenarioViewer(sc);
Hide the satellite from the viewer.
hide(sat,viewer);
Satellite
Platform
GroundStation
ConicalSensor
GroundTrack
FieldofView
Access
Link
The item, specified as a Satellite, Platform, GroundStation, ConicalSensors, GroundTrack, Link, FieldOfView, or Accessobject. These objects must belong to the same satelliteScenario object.
ConicalSensors
FieldOfView
satelliteScenario
satelliteScenarioViewer
Satellite Scenario Viewer, specified as a scalar satelliteScenarioViewer object or a vector or array of satelliteScenarioViewer objects.
Introduced in R2021a
show
hideAll
showAll
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office