About figure that remove the Toolbar

2 次查看(过去 30 天)
I want to remove toolbar at Figure. how to do ?? pleas give me some advice, thanks!!

采纳的回答

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

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by