Borrar filtros
Borrar filtros

calling a gui from another gui in guide

6 visualizaciones (últimos 30 días)
amer
amer el 25 de Jun. de 2012
please can anybody help me in my project in which i want to create a GUI in guide in which i want to call another GUI. Actually i want to create a GUI in which i place two buttons . on button press functions , i want to call other GUI 's, please also explain it to me i am having so much problem to understand it's logic, i shall be very thankful .

Respuestas (1)

John
John el 25 de Jun. de 2012
If your main GUI will have 2 buttons then, under the function calls for each of the buttons you simply want to call the name of other GUI's you want to call when the button is pressed.
For example if one of the mini GUIs is called miniGUI1 then under the function of one of your buttons add the line:
miniGUI1
and the other GUI should appear. Good luck

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by