About figure that remove the Toolbar
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I want to remove toolbar at Figure. how to do ?? pleas give me some advice, thanks!!
0 Commenti
Risposta accettata
Oleg Komarov
il 3 Mar 2012
figure('toolbar','none')
or if you already have the figure
set(gcf,'toolbar','none')
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Graphics Object Properties in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!