MATLAB: Gca behaves different in 2014b

2014baxesgcahandleMATLAB

Hello, Let assume there is already a figure open (like a GUI). Before 2014b with gca the handle number returned. Now with gca a new figure will open.
How could I get the current handle of a figure back?
In my special case, I try to get access to a certain axes of an existing figure. Any help avialable?
Thanks!

Best Answer

Always t
urn the HandleVisibility ON then the commands gca and gcf will work.