Filter löschen
Filter löschen

push button event

1 Ansicht (letzte 30 Tage)
pankaj Durve
pankaj Durve am 6 Dez. 2011
how to open another form when clicking to push button

Antworten (1)

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

Kategorien

Mehr zu Environment and Settings finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by