[Freesurfer] Cortical thickness percent difference surface maps script in matlab feedback wanted.

2012-10-18 Thread Knut J Bjuland
Dear Freesurfer expert I have produce a script to make percent difference in cortical thickens using information from the mailing list. Could you please take look if this script is correct, or if there is a better way to do it? function [ out ] = diff_map( difference, average ) %percent differ

Re: [Freesurfer] Cortical thickness percent difference surface maps script in matlab feedback wanted.

2012-10-18 Thread Douglas N Greve
how about this instead? out = difference; out.vol = 100*difference.vol./average.vol; On 10/18/2012 04:00 PM, Knut J Bjuland wrote: > Dear Freesurfer expert > > I have produce a script to make percent difference in cortical thickens using > information from the mailing list. > Could you please