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!