MATLAB: Can I have double value from gca in R2015 as in older versions

gca

Hi,
I have old codes (R2010-R2012), where I was using this command:
ha=gca;
it was a double value. Actually (R2015) "ha" is a graphic object. Can I obtain the same double value using Matlab R2015?
Thanks
Matt

Best Answer

double(ha)