Mouse click in a particle Swarm optimization
1 view (last 30 days)
Show older comments
Hello, I want ask how put a mouse click to define a point in space with a window size [min1, max1] and [min2, max2]?
0 Comments
Accepted Answer
Walter Roberson
on 28 Jan 2014
ginput() or figure ButtonDownFcn callback that uses get(0,'CurrentPoint')
0 Comments
More Answers (1)
See Also
Categories
Find more on Graphics Object Identification 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!