필터 지우기
필터 지우기

programatically dock and undock the editor

조회 수: 4 (최근 30일)
Burke Rosen
Burke Rosen 2017년 2월 16일
답변: Yair Altman 2017년 9월 29일
Is is possible to programatically dock and undock the editor?
I am using MATLAB 2016b.

답변 (1개)

Yair Altman
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.

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by