Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Can I run a compiled GUI invisibly? When I do this, the program closes and shuts down).

1 vue (au cours des 30 derniers jours)
Richard Garner
Richard Garner le 8 Nov 2016
Clôturé : MATLAB Answer Bot le 20 Août 2021
I have compiled a Matlab program to a standalone executable. Matlab program presents a GUI to the user. I would like to run the GUI invisibly (figure's visible property is 'off'). However, when I run program in deployed operation, program loads and starts to run, but then simply stops and shuts down (application no longer is running under windows). I can run it from within Matlab fine. Is there a way to do this in deployed operation?

Réponses (1)

Jan
Jan le 8 Nov 2016
Perhaps the function fails with an error? Insert a TRY-CATCH block and write an error message to a file.
There is no general restriction about the visibility of the figure. But it is not clear, why you create a figure at all when it is not shown.
  2 commentaires
Richard Garner
Richard Garner le 8 Nov 2016
Function does not give an error. It simply stops running. In other words, I double click on executable to start running it, it starts up, but remains invisible (because I set h.Visible='off', where h is a handle to the figure. Then program stops and disappears from system (not in Task Bar anymore -- this is on a Windows system). The person for whom I've written the program would like it to be invisible for various reasons. He then would shut it down from the Windows system. He calls it from another program in different software.
Richard Garner
Richard Garner le 8 Nov 2016
Sorry, I meant Task Manager, not Task Bar

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by