About figure that remove the Toolbar

1 view (last 30 days)
I want to remove toolbar at Figure. how to do ?? pleas give me some advice, thanks!!

Accepted Answer

Oleg Komarov
Oleg Komarov on 3 Mar 2012
figure('toolbar','none')
or if you already have the figure
set(gcf,'toolbar','none')

More Answers (0)

Categories

Find more on Graphics Object Properties in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!