displaying values
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Oleg Komarov
il 24 Feb 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 Commenti
Oleg Komarov
il 27 Feb 2012
You have to save it as a function and then call the function myGUI to see the effect.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Model Predictive Control Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!