how to run GUI continues when i am running 11 .m files from the GUI
Mostrar comentarios más antiguos
hi, I have 11 .m files from which i have 11 push buttons. and at every callback of push button i have repective .m file . Once i push the push button that rescpective .m file will run and it will close the gui.to run the other .m file again i need to open the GUI and run.
How do i run the other .m file without opening the GUI. Kindly help me on the same .
Respuestas (5)
Walter Roberson
el 15 de Mayo de 2012
As a guess:
Remove the
clear all
from your code.
m s
el 15 de Mayo de 2012
0 votos
1 comentario
Walter Roberson
el 15 de Mayo de 2012
We will need to see code for your GUI.
m s
el 23 de Mayo de 2012
Walter Roberson
el 23 de Mayo de 2012
delete(subplot(1,1,1))
m s
el 25 de Mayo de 2012
0 votos
Categorías
Más información sobre Data Import and Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!