We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
(functional, 'unit'), 'hascoordsys', isfield(functional, 'coordsys')); if isfield(functional, 'unit') % ensure that the units are consistent, convert the units if required atlas = ft_convert_units(atlas, functional.unit); end if isfield(functional, 'coordsys') % ensure that the ...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
The MATLAB toolbox for MEG, EEG and iEEG analysis. Contribute to fieldtrip/fieldtrip development by creating an account on GitHub.
(mri)); % convert any non-finite values to 0 to avoid problems later on for i=1:numel(fn) resliced.(fn{i})(~isfinite((fn{i}))) = 0; end end % if method=flip or interpolate % do the general cleanup and bookkeeping at the end of the function ft_postamble debug ft_postamble...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
(%s)', grad_dewar.coordsys, grad_dewar.unit)); ft_plot_axes(grad_dewar); ft_plot_sens(grad_dewar); fiducials = [nas;lpa;rpa]; plot3(fiducials(:,1), fiducials(:,2), fiducials(:,3), 'b.'); plot3(hc.dewar.nas(1), hc.dewar.nas(2), hc.dewar.nas(3), 'ro'); plo...