Login  Register

Re: To plot mean values in results table

Posted by Rocco D'Antuono on Oct 28, 2014; 11:06am
URL: http://imagej.273.s1.nabble.com/To-plot-mean-values-in-results-table-tp5010204p5010209.html

Hi user "cwc", to have your code working you could simply change the line

----------------------
yValues = getResult('mean');

----------------------

in

----------------------
yValues=newArray(n);
         for(i=0;i<n;i++)
          {
          yValues[i]=getResult('Mean',i);
          }

----------------------
Best regards,
Rocco

Senior Microscopist
Crick Advanced Light Microscopy facility (CALM)
The Francis Crick Institute
1 Midland Road, NW1 1AT, London (UK)
https://roccodant.github.io/