How to open a gui fig file from another gui?

조회 수: 2 (최근 30일)
Sanjoy Payun
Sanjoy Payun 2014년 10월 9일
답변: Julia 2014년 10월 9일
I used the following code for openning the fig file from another fig file.
fig = openfig(filename,'reuse');
But it gives error message. What should I do?

채택된 답변

David Sanchez
David Sanchez 2014년 10월 9일
If what you want to do is open another GUI, call its associated *.m, not the *.fig.

추가 답변 (1개)

Julia
Julia 2014년 10월 9일
Hi,
I use GUI1 to call GUI2 like this:
In GUI1:
run GUI2;
To close it again from GUI1:
close GUI2;

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by