フィルターのクリア

programatically dock and undock the editor

9 ビュー (過去 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 Center および File ExchangeInteractive Control and Callbacks についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by