Azzera filtri
Azzera filtri

programatically dock and undock the editor

4 visualizzazioni (ultimi 30 giorni)
Burke Rosen
Burke Rosen il 16 Feb 2017
Risposto: Yair Altman il 29 Set 2017
Is is possible to programatically dock and undock the editor?
I am using MATLAB 2016b.

Risposte (1)

Yair Altman
Yair Altman il 29 Set 2017
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.

Categorie

Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by