MATLAB: About figure that remove the Toolbar

figurenonetoolbar

I want to remove toolbar at Figure. how to do ?? pleas give me some advice, thanks!!

Best Answer

figure('toolbar','none')
or if you already have the figure
set(gcf,'toolbar','none')