How to save an axes into an matlab figure after plotting through button down function?
Show older comments
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 Comments
Adam Danz
on 11 Jun 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
on 12 Jun 2021
Edited: Vinothkumar Sethurasu
on 12 Jun 2021
Vinothkumar Sethurasu
on 12 Jun 2021
dpb
on 12 Jun 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
on 12 Jun 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
on 12 Jun 2021
Edited: Adam Danz
on 12 Jun 2021
Adam Danz
on 12 Jun 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
on 13 Jun 2021
dpb
on 13 Jun 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..."
Accepted Answer
More Answers (0)
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!