필터 지우기
필터 지우기

push button event

조회 수: 1 (최근 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