How to automatically update graph?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hi everyone, i have to plot 2 columns of an uitable to a graph. this table change if i change value into an edit text. i would to automatically update graph (with new values of the uitable) when i change value into edit text. how can i do?
0 commentaires
Réponses (1)
Walter Roberson
le 24 Sep 2015
You could use http://www.mathworks.com/help/matlab/ref/linkdata.html with http://www.mathworks.com/help/matlab/ref/refreshdata.html.
But I find much easier is to have the edit callback call a graphing routine that fetches the current data property from the uicontrol and plots based upon that.
0 commentaires
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer 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!