karim.elmahdy
Junior Member level 2
terminate gui matlab
Hey,
I am doing a project on Transmission Lines and Media. I implemented the project on Matlab as an Interactive GUI Application. It is mainly plots of Matching transmission lines Load Impedence. so I have two options to terminate the application with the button that I've added to exit.
1- Terminating the application using exit or quit or a lot of other commands that forces the application to close but terminates the matlab with it as well.
2- use the close all command that closes the application but with in a middle of a plot it opens the figure plotter again and continue drawing
I dont want both of them, I want to successful terminate My application without further running and without closing the matlab with it.
Thanks.
Hey,
I am doing a project on Transmission Lines and Media. I implemented the project on Matlab as an Interactive GUI Application. It is mainly plots of Matching transmission lines Load Impedence. so I have two options to terminate the application with the button that I've added to exit.
1- Terminating the application using exit or quit or a lot of other commands that forces the application to close but terminates the matlab with it as well.
2- use the close all command that closes the application but with in a middle of a plot it opens the figure plotter again and continue drawing
I dont want both of them, I want to successful terminate My application without further running and without closing the matlab with it.
Thanks.