how to run GUI continues when i am running 11 .m files from the GUI
이전 댓글 표시
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 .
답변 (5개)
Walter Roberson
2012년 5월 15일
As a guess:
Remove the
clear all
from your code.
Walter Roberson
2012년 5월 23일
delete(subplot(1,1,1))
카테고리
도움말 센터 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!