How to save an axes into an matlab figure after plotting through button down function?
Afficher commentaires plus anciens
I have an application to save an axes data into matlab figure after ploting some data into axes.
The action need to be done through axes button down function.
But, the button down fuction is not working after ploting the data into the axes.
10 commentaires
Adam Danz
le 11 Juin 2021
"Not working" doesn't tells us anything. If there is an error message, share the entire error message. If there is unexpected behavior, describe your expected behavior and the actual behavior. It's usually helpful to provide the callback function so we can see what's going on inside. I presume the callback is merely calling the saveas function or something similar (exportgraphics, maybe?).
Vinothkumar Sethurasu
le 12 Juin 2021
Modifié(e) : Vinothkumar Sethurasu
le 12 Juin 2021
Vinothkumar Sethurasu
le 12 Juin 2021
dpb
le 12 Juin 2021
As Adam notes, I think you need to post your code creating the axes and that assigns the callback functions as well as the callback function itself...nobody can debug what can't see.
Easiest would be to create a toy project that illustrates the problem that could be downloaded directly...
Adam Danz
le 12 Juin 2021
I have no idea what you're doing. Please explain how you're creating the plot, when and how you're assigning the buttonDownFcn and all of the details necessary to explain the problem.
Vinothkumar Sethurasu
le 12 Juin 2021
Modifié(e) : Adam Danz
le 12 Juin 2021
Adam Danz
le 12 Juin 2021
Oh, so this is done in GUIDE. Where/how are you assigning the buttonDwnFcn to the axes?
Is that done in GUIDE or from a startup function or somehwere else? Please share that line(s) of code where you're assigning the ButtonDownFcn to the axes.
Vinothkumar Sethurasu
le 13 Juin 2021
dpb
le 13 Juin 2021
But we don't have that code to look at so still can't diagnose anything at all without spending our time trying to recreate your symptoms. "Help us help you..."
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!