Linking geoaxes using linkprop
Ältere Kommentare anzeigen
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;
Antworten (1)
Amanjeet Pani
am 13 Jul. 2022
0 Stimmen
As i understand your main aim is to link the 2 geoaxes
you can do this by using the inbuilt linkaxes() in matlab
1 Kommentar
Oleg S
am 22 Jul. 2025
linkaxes() does not work on geoaxes, only on cartesian axes.
Kategorien
Mehr zu Texas Instruments C2000 Processors finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!