필터 지우기
필터 지우기

clf reset on invisible figure makes it visible

조회 수: 4 (최근 30일)
oxy
oxy 2014년 3월 20일
답변: Dishant Arora 2014년 3월 20일
Hi guys,
i wanna work without display. Thus trying th like:
f1h=figure('visible', 'off');
clf reset
Than the figure pops up. I don't want it. It also makes no sense if i set it to invisible. Any help?
clf alone wont work because the figure is hidden.
Thx 4 your wisdom!

채택된 답변

Dishant Arora
Dishant Arora 2014년 3월 20일
f1h=figure('visible', 'off');
clf(f1h)

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by