closing a specified figure (if exist)
조회 수: 18 (최근 30일)
이전 댓글 표시
does anyone know how to close a specified figure if it exists currently? for example: h=figure
if h exists close(h) end
댓글 수: 0
채택된 답변
추가 답변 (2개)
Zoltan Gal
2019년 4월 13일
If the index of figure is 5, then
close(findobj('type','figure','number',5))
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!