headshape_downsample_new.m is referred to in the read me. Is it in fact downsample_headshape_new.m?
When I run that (downsample_headshape_new.m) I still get the warning:
headshape_downsampled = downsample_headshape_new(cfg,[cd,'/2217_CZ_PI141_2016_07_05.hsp']);
MQ_MEG_Scripts is in your MATLAB path :)
the call to "ft_prepare_mesh" took 0 seconds and required the additional allocation of an estimated 1 MB
Warning: THIS FUNCTION IS OUT OF DATE... PLEASE USE headshape_downsample_new.m
Thanks Robert. I tracked my problem to the fact I didn't have computer vision toolbox Because that function is within a try catch structure it didn't throw a function error. All sorted now. Cheers, P
headshape_downsample_new.m is referred to in the read me. Is it in fact downsample_headshape_new.m?
When I run that (downsample_headshape_new.m) I still get the warning:
P