Do we have possibility to plot geoplot in Simulink?
3 次查看(过去 30 天)
显示 更早的评论
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!
0 个评论
回答(1 个)
Jan Studnicka
2023-3-2
You can do this in a similar way as described here: https://www.mathworks.com/matlabcentral/answers/232200
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!