How do i get the data from a data cursor in a GUI containing two axes?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a Gui with axes dispalying root locus plot and the other a Nyquist diagram. I used the toolbar option to include a data cursor in my GUI,I want to get the data only from the Root locus plot data cursor.
1 Commento
Carl
il 4 Apr 2017
Hi Rafaella, the data cursor is an interactive approach to selecting data. If you would only like to select data from one axes, you could simply click within that axes.
See the following documentation page on exporting data from your data cursor selection:
https://www.mathworks.com/help/matlab/creating_plots/data-cursor-displaying-data-values-interactively.html
Risposte (0)
Vedere anche
Categorie
Scopri di più su Classical Control Design 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!