Select Point

Posted by Melina Brunelli on
URL: http://imagej.273.s1.nabble.com/Select-Point-tp5016047.html

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 :))