How to obtain coordinate using 'ginput' in the UIaxis when coding in Appdesigner
10 views (last 30 days)
Show older comments
When assigning the item in the Appdesigner, for example,
[x,y]=ginput(app.UIaxis,2);
it reminds the extra parameters. So how to obtain the coor of the plot using mouse interaction in the uiaxis? Any suggestion?
0 Comments
Accepted Answer
Walter Roberson
on 7 Aug 2022
Edited: dpb
on 7 Aug 2022
See https://www.mathworks.com/matlabcentral/answers/392617-how-can-i-use-ginput-in-app-designer#answer_504862 for code. Requires R2020b or later
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing 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!