About figure that remove the Toolbar

1 次查看(过去 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 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Properties 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by