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.
m s
2012 年 5 月 15 日
0 投票
1 件のコメント
Walter Roberson
2012 年 5 月 15 日
We will need to see code for your GUI.
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!