Unable to Programmatically Control GUI Window Closure When Executing "analyzeNetwork(googlenet)"
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am encountering a challenge in programmatically managing the closure of a GUI window during the execution of the "analyzeNetwork(googlenet)" command. Despite my efforts, including attempting to retrieve the window handle, the GUI window persists.
I am seeking advice on how to effectively resolve this issue.
0 comentarios
Respuestas (1)
Ayush
el 23 de Ag. de 2023
Hey Yu-Wei Chang!
I get that you're trying to close the GUI window that pops up when you use the "analyzeNetwork(googlenet)" command.
This command launches a separate GUI window that doesn't respond to the usual "close" or "delete" commands in MATLAB.
It seems like the GUI window is managed by a different process or thread, so closing it programmatically within MATLAB isn't straightforward.
In cases like this, you might need to manually interact with the GUI window or explore specific options within the "analyzeNetwork" function or its documentation to control how the GUI window behaves.
Hope that helps!
0 comentarios
Ver también
Categorías
Más información sobre Software Development Tools en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!