How to open a gui fig file from another gui?

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?

 Respuesta aceptada

David Sanchez
David Sanchez el 9 de Oct. de 2014

1 voto

If what you want to do is open another GUI, call its associated *.m, not the *.fig.

Más respuestas (1)

Julia
Julia el 9 de Oct. de 2014
Hi,
I use GUI1 to call GUI2 like this:
In GUI1:
run GUI2;
To close it again from GUI1:
close GUI2;

Categorías

Más información sobre Printing and Saving en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 9 de Oct. de 2014

Respondida:

el 9 de Oct. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by