About figure that remove the Toolbar

1 visualización (últimos 30 días)
Pan
Pan el 3 de Mzo. de 2012
I want to remove toolbar at Figure. how to do ?? pleas give me some advice, thanks!!

Respuesta aceptada

Oleg Komarov
Oleg Komarov el 3 de Mzo. de 2012
figure('toolbar','none')
or if you already have the figure
set(gcf,'toolbar','none')

Más respuestas (0)

Categorías

Más información sobre Graphics Object Properties en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by