How to save an axes into an matlab figure after plotting through button down function?
Mostrar comentarios más antiguos
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 comentarios
Adam Danz
el 11 de Jun. de 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
el 12 de Jun. de 2021
Editada: Vinothkumar Sethurasu
el 12 de Jun. de 2021
Vinothkumar Sethurasu
el 12 de Jun. de 2021
dpb
el 12 de Jun. de 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
el 12 de Jun. de 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
el 12 de Jun. de 2021
Editada: Adam Danz
el 12 de Jun. de 2021
Adam Danz
el 12 de Jun. de 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
el 13 de Jun. de 2021
dpb
el 13 de Jun. de 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..."
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!