MATLAB: How to determine which axes are linked with linkaxes()

getlinkedaxeslinkaxes

In my main function I've created some subplots and linked them with linkaxes().
How can I determine in another function (or CallbackFnc) which axes are linked to the current axes?
Thanks in advance, Jan de Wilde

Best Answer

I found the solution by myself ... but I want to share it on Matlab Central.
See GetLinkedAxes
(available in MatlabCentral since 15 april 2013)