Dock the command window in app designer

41 visualizaciones (últimos 30 días)
Kris Hoffman
Kris Hoffman el 25 de En. de 2021
Respondida: Shubham Rawat el 2 de Feb. de 2021
Why can't I dock the command window in the app designer? Right now to have proper access to my app and all debugging I literally need 3 screens. 1 for app designer, 1 for the app itself, and 1 for the command window/workspace.
OR. Why can't the app designer have its own command window?
  1 comentario
Adam Danz
Adam Danz el 25 de En. de 2021
Editada: Adam Danz el 25 de En. de 2021
UIFigures contain the DockControls and WindowStyle properties which are needed to dock figures but changing their property values is not supported as of r2020b. But since those properties exist, that might indicate that they will be supported in the future which will be 1 less window for you.
The future solution that doesn't work now would be
app.UIFigure.DockControls = 'on'; % not supported as of r2020b
app.UIFigure.WindowStyle = 'docked'; % not supported as of r2020b

Iniciar sesión para comentar.

Respuestas (1)

Shubham Rawat
Shubham Rawat el 2 de Feb. de 2021
Hi Kris,
Currently this feature is not available in the latest version of MATLAB. This issues is brought to the notice of the developer and it might be considered in future releases of MATLAB.
As a workaround you can refer to the below links
Hope this Helps!

Categorías

Más información sobre Startup and Shutdown 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