필터 지우기
필터 지우기

How to keep figures from appearing?

조회 수: 2 (최근 30일)
PromoCodeBSJ
PromoCodeBSJ 2018년 10월 2일
답변: Image Analyst 2018년 10월 9일
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.

답변 (1개)

Image Analyst
Image Analyst 2018년 10월 9일
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.

카테고리

Help CenterFile Exchange에서 Graphics Object Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by