push button event

回答 (1 件)

Image Analyst
Image Analyst 2011 年 12 月 6 日

0 投票

Just put in a call to the m-file that runs the other form ("figure" in MATLAB lingo). Like in the callback for the button:
[out1 out2] = MyOtherGUI(in1, in2, in3);
where in1, out1, etc. are argument variables.

カテゴリ

ヘルプ センター および File ExchangeInteractive Control and Callbacks についてさらに検索

タグ

質問済み:

2011 年 12 月 6 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by