displaying values
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a sine wave,in which i have take positive curve(upper curve), now if i click anywhere in that graph i want to display values of x,y,using gui ,please help
0 commentaires
Réponse acceptée
Oleg Komarov
le 24 Fév 2012
Check the examples.
EDIT the simplest example
function myGUI
figure('menubar','none','name','myGUI','numbertitle','off','resize','off');
plot(1:10)
datacursormode
end
5 commentaires
Oleg Komarov
le 27 Fév 2012
You have to save it as a function and then call the function myGUI to see the effect.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Model Predictive Control Toolbox 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!