Why ' gpos.m' is not working( ginput with posiiton of the current axes)?
이전 댓글 표시
gpos.m file should work like GINPUT provided by Matlab,but it traces the position of cursor without click and is designed for 2-D axes. But Its getting error using in app designer?
Error:
Error using gpos
Too many input arguments.
Can any one help me with this?
댓글 수: 3
Walter Roberson
2022년 9월 21일
How are you invoking gpos ?
One of the first lines,
h_figure=gcf;
should instead be
h_figure = ancestor(h_axes, 'figure');
Rik
2022년 9월 28일
I recovered the removed content from the Google cache (something which anyone can do). Editing away your question is very rude. Someone spent time reading your question, understanding your issue, figuring out the solution, and writing an answer. Now you repay that kindness by ensuring that the next person with a similar question can't benefit from this answer.
This page is now archived on the Wayback Machine. Unfortunatly, the attached file could not be recovered.
Rena Berman
2022년 10월 19일
(Answers Dev) Restored edit
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Data Exploration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!