Yes, even in earlier versions of Matlab, it seems that the axis header is reset every time a picture is loaded.
To overcome this, use instead annotation. ( 'textbox').
For instance:
title_handle = annotation('textbox', [.2 .4 .1 .1], 'String', 'Data','LineStyle','none');
(*) , figure ( axes), , , , .
(*) normalized. ,