MATLAB: How to remove the blue toolbar around the MATLAB figure.

figure

I need to remove the blue toolbar around the MATLAB figure.
I was using:
figure('toolbar','none')
but it is removing the menubar underneath the bluebar.
I have read other posting but no success.
Thanks, Amanda

Best Answer

figure('menubar','none')