Macquarie-MEG-Research / MQ_MEG_Scripts

Public repository for analysis scripts developed by the Macquarie MEG Laboratory
https://macquarie-meg-research.github.io/MQ_MEG_Scripts/
9 stars 6 forks source link

headshape_downsample_new #26

Closed paulsowman closed 4 years ago

paulsowman commented 4 years ago

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

P

paulsowman commented 4 years ago

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