Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How to call a vaiable in the parent interface from children interfaces

1 vue (au cours des 30 derniers jours)
Das Bably
Das Bably le 27 Fév 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
Hi I have a GUIDE parent interface that contains 4-5 children interfaces. I want to call as input matrices in the parent interface for matirx multiplication from the children GUIDE interfaces where these matrices are as output matrices of childrean inter faces Please If any one have any idea share with me. Thanks
  4 commentaires
Jan
Jan le 27 Fév 2013
Modifié(e) : Jan le 27 Fév 2013
And what did you try already? Which detail do you want to solve? Do you need a general advice if you should use GUIDE or create the GUIs programmatically, are you looking for examples from the FileExchange, did you solve everything but the matrix multiplication, or are you looking for a method to store data in a figure and share these data between different GUIs? What exactly are "inner GUIDE interfaces of a main interface"?
Could you divide the problem into parts, such that they can be answered piece by piece by e.g. 4 sentences or 10 lines of code?
Das Bably
Das Bably le 27 Fév 2013
Modifié(e) : Das Bably le 28 Fév 2013
I am using GUIDE instead of programmatic GUIs I actually dont know the method to how to get the output of a GUDE interface as Input in another Interface. I have a design based problem for which I am using several GUIDE interfaces and I want to get the output of these GUIDE interfaces as Input in another GUIDE interface. like by using "uicontrol('Style', 'push', 'Position', [10 590 180 20],'fontsize',10,'string','helmholtz resonator', 'Callback',@(src, event)helmholtz ());" I got another Guide in the main guide and so on, but later I need to use the output of these GUIDE interface as Input in main interface thanks

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by