Effacer les filtres
Effacer les filtres

About figure that remove the Toolbar

2 vues (au cours des 30 derniers jours)
Pan
Pan le 3 Mar 2012
I want to remove toolbar at Figure. how to do ?? pleas give me some advice, thanks!!

Réponse acceptée

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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by