So I built a GUI in guide and it's working great. My only problem right now is that it performs a lot of operations and every time it performs an operation (which it does a lot of) it comes to the front of my screen and this makes it impossible for me to look at code or other things in MATLAB while it's running. Does anyone know of a simple command I might include in the code for the GUI that will cause it not to do this?

 Respuesta aceptada

Jan
Jan el 17 de Abr. de 2017
Editada: Jan el 18 de Abr. de 2017

0 votos

You cannot include a command to prevent getting the figure on top, but you can remove the command, which causes this behaviour. Search for a figure(...) command and remove it.

Más respuestas (0)

Categorías

Más información sobre App Building en Centro de ayuda y File Exchange.

Preguntada:

el 17 de Abr. de 2017

Comentada:

el 3 de Mayo de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by