Select Point

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Select Point

Melina Brunelli
Hi! I'm using the software matlab to run ImageJ (so i'm using MIJI plugging) and i need to select a point automatically, but i don't know how to do this using matlab. In macro language i use this script: var xpoints = newArray; var ypoints = newArray; var i = 0; macro "Point Tool - Cf00o2134 of033 odd33 o0a33" { setOption("ExpandableArrays", true); getCursorLoc(x, y, z, flags); xpoints[i] = q; ypoints[i] = v; i++; makeSelection("point", xpoints, ypoints);} but, like i said, i need this on matlab. thank you :))