How to save an axes into an matlab figure after plotting through button down function?
이전 댓글 표시
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
Adam Danz
2021년 6월 11일
"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
2021년 6월 12일
편집: Vinothkumar Sethurasu
2021년 6월 12일
Vinothkumar Sethurasu
2021년 6월 12일
dpb
2021년 6월 12일
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
2021년 6월 12일
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
2021년 6월 12일
편집: Adam Danz
2021년 6월 12일
Adam Danz
2021년 6월 12일
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
2021년 6월 13일
dpb
2021년 6월 13일
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..."
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!