Detect figure or uifigure from the handle?
    조회 수: 8 (최근 30일)
  
       이전 댓글 표시
    
Simple question: How can I detect if the handle of Type 'figure' corresponds to a figure or uifigure?
채택된 답변
  Walter Roberson
      
      
 2023년 9월 15일
        figure() handles do not have a property isUIFigure
uifigure() handles have a property isUIFigure with value true
추가 답변 (1개)
참고 항목
카테고리
				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!