Borrar filtros
Borrar filtros

How to keep figures from appearing?

2 visualizaciones (últimos 30 días)
PromoCodeBSJ
PromoCodeBSJ el 2 de Oct. de 2018
Respondida: Image Analyst el 9 de Oct. de 2018
I tried using: set(0,'DefaultFigureVisible','off') but it did not turn off the graphs that are generated from my code. I can use set(gcf,'Visible','off'), but this does not help too much because it turns off the graph after it has been made.

Respuestas (1)

Image Analyst
Image Analyst el 9 de Oct. de 2018
Hiding axes does not hide everything on the axes. You'd have to hide all the child components on the axes individually. You can put the axes into a panel if you want to hide the whole thing in one shot by hiding the panel.

Categorías

Más información sobre Graphics Object Identification 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!

Translated by