About figure that remove the Toolbar
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to remove toolbar at Figure. how to do ?? pleas give me some advice, thanks!!
0 comentarios
Respuesta aceptada
Oleg Komarov
el 3 de Mzo. de 2012
figure('toolbar','none')
or if you already have the figure
set(gcf,'toolbar','none')
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Graphics Object Properties en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!