push button event

2 次查看(过去 30 天)
pankaj Durve
pankaj Durve 2011-12-6
how to open another form when clicking to push button

回答(1 个)

Image Analyst
Image Analyst 2011-12-6
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.

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by