Forgot that I knew how to do this.
Document > OCR Text Recognition > Recognize Text Using OCR …
Forgot that I knew how to do this.
Document > OCR Text Recognition > Recognize Text Using OCR …
I often hide the current axis in a matlab plot figure using:
set(gca, 'visible', 'off');
But then if I call
title('Hello');
The title is not visible (as it is a child object of a hidden axis).
The fix is simple:
title('Hello','Visibility','on');
Dear spammers, you may enjoy posting on auto blog instead
Switch to mobile version