Do we have possibility to plot geoplot in Simulink?

2 visualizzazioni (ultimi 30 giorni)
Can not find how to make geoplots in Simulink enviroment.
For example how to plot
latSeattle = 47.62;
lonSeattle = -122.33;
latAnchorage = 61.20;
lonAnchorage = -149.9;
geoplot([latSeattle latAnchorage],[lonSeattle lonAnchorage],'g-*')
geolimits([45 62],[-149 -123])
Thanks!

Risposte (1)

Jan Studnicka
Jan Studnicka il 2 Mar 2023
You can do this in a similar way as described here: https://www.mathworks.com/matlabcentral/answers/232200

Categorie

Scopri di più su Geographic Plots in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by