How can I display the satelliteScenarioViewer in an appdesigner panel or just in my app instead of coming up a new window ?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm woking on appdesigner and I want to display the satelliteScenarioViewer in a panel. But I find it difficult. The satelliteScenarioViewer always comes up with a new window. I wander if someone knows how to solve this problem.
0 Kommentare
Antworten (1)
Tiffany
am 20 Mai 2024
There is currently no way to embed the Satellite Viewer into an App Designer app. The Satellite Viewer does not have the parent and interface properties to be embedded correctly.
One possible workaround it to plot a makeshift globe in 3D axes and individually plotting the orbits, if you know the necessary equations to do so. Below are some links to documentation that could help you with this process. With the "alphashape" function, you can make solid 3D objects, and with the "plot" function, you can plot equations in the 3D space.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Labels and Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!