Login  Register

Re: Cannot use TurboReg plugin by using matlab

Posted by rmd06 on Jul 19, 2017; 1:58pm
URL: http://imagej.273.s1.nabble.com/Cannot-use-TurboReg-plugin-by-using-matlab-tp5017668p5019089.html

Hi

I found a way in macro:

In macro  beginning, add the line :

setBatchMode(true);

when finished,

setBatchMode(false);


But I do not know how to made it in matlab Miji.

MIJ.setBatchMode(true);  

erorr: Undefined function or variable 'setBatchMode'.