Skip to content
Snippets Groups Projects
Commit 109aed98 authored by Marco Marchesi's avatar Marco Marchesi
Browse files

added geoplot

parent f5dcc5b8
No related branches found
No related tags found
1 merge request!19Update main with the Gemini simulator development
...@@ -499,6 +499,11 @@ load parachute_simulations ...@@ -499,6 +499,11 @@ load parachute_simulations
para.apogee = apogee; para.apogee = apogee;
para.landing = landing; para.landing = landing;
figure
geoplot(ball.landing.coordinates(:,1),ball.landing.coordinates(:,2),'Marker','.','MarkerSize',10,'LineStyle','none')
hold on
geobasemap satellite
varNamesAsc = {'ApogeeLatitude', 'ApogeeLongitude', 'ApogeeAltitude'}; varNamesAsc = {'ApogeeLatitude', 'ApogeeLongitude', 'ApogeeAltitude'};
varNamesDesc = {'ballLandingLatitude', 'ballLandingLongitude', 'paraLandingLatitude', 'paraLandingLongitude'}; varNamesDesc = {'ballLandingLatitude', 'ballLandingLongitude', 'paraLandingLatitude', 'paraLandingLongitude'};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment