Linking geoaxes using linkprop
이전 댓글 표시
I am trying to link together two geoaxes so that they both have the same axes limits and zoom. I have been able to do this with regular axes using linkaxes but this will not work for geoaxes. The following code does not produce any errors but the two axes are not linked.
geolink = linkprop([ax1 ax2], {'LatitiudeLimits', ...
'LongitudeLimits' ,'ZoomLevel'});
ax1.UserData = geolink;
ax2.UserData = geolink;
답변 (1개)
Amanjeet Pani
2022년 7월 13일
0 개 추천
As i understand your main aim is to link the 2 geoaxes
you can do this by using the inbuilt linkaxes() in matlab
댓글 수: 1
Oleg S
2025년 7월 22일
linkaxes() does not work on geoaxes, only on cartesian axes.
카테고리
도움말 센터 및 File Exchange에서 Texas Instruments C2000 Processors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!