how can Join Multiple Forms in GUI?

2 visualizaciones (últimos 30 días)
lakshmana prabu
lakshmana prabu el 3 de En. de 2016
Comentada: Walter Roberson el 24 de Abr. de 2017
dear friends
i am doing a m.phil project in matlab using a digital image processing... i have one doubt in gui. i need to join join multiple GUI forms... for example first i create login form .. my module in the form is user name and pwd ... then i wish to go main page there is an lot of modules... i wanna to join the main page and login forms. then in the main page i need to go for the next sub modules... for example here i paste youtube link follows as https://www.youtube.com/watch?v=bKSqFsM7zz8 ..... so help me how can solve this pbm friends.... try to explain with program code also

Respuesta aceptada

Walter Roberson
Walter Roberson el 3 de En. de 2016
Use GUIDE to create the forms with different names. The callbacks in one form can invoke the next form by naming it. For example,
function pushbutton2_callback(hObject, events, handles)
module7();
  3 comentarios
Mohd Sapaweh
Mohd Sapaweh el 24 de Abr. de 2017
sir! did you mean the "module7()" is the gui filename?
Walter Roberson
Walter Roberson el 24 de Abr. de 2017
Yes, module7 is the name of the GUI to invoke.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by