Borrar filtros
Borrar filtros

programatically dock and undock the editor

4 visualizaciones (últimos 30 días)
Burke Rosen
Burke Rosen el 16 de Feb. de 2017
Respondida: Yair Altman el 29 de Sept. de 2017
Is is possible to programatically dock and undock the editor?
I am using MATLAB 2016b.

Respuestas (1)

Yair Altman
Yair Altman el 29 de Sept. de 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.

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by