im trying to add pop up menu functionality to change the plot type
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
rohith adulla
le 22 Avr 2014
Commenté : rohith adulla
le 1 Mai 2014
i have a gui that i am building which has totally 4 graphs in which each has 8 inputs text edits which take the input values which are further calculated and plotted in there respective plots , now the idea is to add a pop-up menu with the 4 methods for plotting and connect it to a push button which plots the values on a single graph, now the question is how to add switch cases of graph methods to pop-up menu can you give me an example
0 commentaires
Réponse acceptée
Joseph Cheng
le 22 Avr 2014
type in guide in the workspace. under the Create New GUI tab there should be a template called "GUI with Axes and Menu". That should be everything you need to use switch statements and pushbutton update of axes.
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Specifying Target for Graphics Output dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!