How can I make a Pop-Up Menu with Choices?
Mostra commenti meno recenti
How can I create a code/app/guide that will have a popup menu with a list of choices to choose from? From there, once a choice is made it will take the user to a screen that will follow another code.
For example I am trying to make it possible so that the code will run and from the menu, the user can choose an option to have the dot product or cross product worked out for them.
2 Commenti
Kevin Chng
il 27 Mar 2019
Hi Jennifer,
I'm sorry that I could not provide you the exact code as it might need some time to do it. If i'm free, i will come back to draft the code for you.
Let assume we are using app designer,
1) You may create another app which has the list.
2) In your main apps, you can create a button to call the app2
for example
app2;
3) then you may refer to the link below how to pass the data between apps, so that you can the selected result on the list.
I really hope my tips help you. I'm sorry that I don't have time to draft the code or steps for you to refer, perhaps other ppl will do so.
Rik
il 27 Mar 2019
You could also use native Matlab, in which case you should have a look at the documentation for uicontrol to see a lot of examples. (don't use GUIDE)
Risposte (0)
Categorie
Scopri di più su Whos in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!