|
Probably a silly question but I have a ImageJ macro that moves the user to a specific location within an image and zooms to a specified zoom level. How do you pass the variables into the set zoom function?
run("Set... ", "zoom = 200 x = " + xZoom + dx/2 "y = " + yZoom + dy/2);
|