Draw on plot using cursor
Mostra commenti meno recenti
Hello, I'm trying to draw in some data on a plot that I have already created. Is there a way I could do this by clicking on the graph like you would in microsoft paint?
Thanks,
Sam
Risposte (1)
bym
il 7 Ago 2011
you could try
[x,y] = ginput(2);
line(x,y)
Categorie
Scopri di più su Data Exploration in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!