programatically dock and undock the editor
    조회 수: 6 (최근 30일)
  
       이전 댓글 표시
    
Is is possible to programatically dock and undock the editor?
I am using MATLAB 2016b.
댓글 수: 0
답변 (1개)
  Yair Altman
      
 2017년 9월 29일
        You can programmatically dock/undock editor files as follows:
com.mathworks.mde.desk.MLDesktop.getInstance.setClientDocked(fullfilename, true);   % docked
com.mathworks.mde.desk.MLDesktop.getInstance.setClientDocked(fullfilename, false);  % undocked
I am not familiar with a programmatic way to dock the entire editor window.
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Structures에 대해 자세히 알아보기
			
	제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!