fastconn(epi,seed,o​utput_name)

Fastconn computes seed-based Functional Connectivity on resting-state fMRI data
192 Downloads
Updated 14 Feb 2017

View License

fastconn(EPI,SEED,OUTPUT_NAME) computes seed-based Functional Connectivity
on resting-state data, EPI, extracting the reference time-course from
the SEED volume. The function produces two output volumes:
1) r-map: a Pearson correlation map
2) z-map: z-Fisher transformed r-map.
Output maps will have the prefix OUTPUT_NAME.

Both EPI and SEED can be path of NIfTI files (.nii or .hdr; in this case SPM is required) or
can be 4-d and 3-d matrices, respectively, preloaded with an other toolbox.

Cite As

Daniele Mascali (2024). fastconn(epi,seed,output_name) (https://www.mathworks.com/matlabcentral/fileexchange/54201-fastconn-epi-seed-output_name), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on MRI in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Faster algorithm.

1.0.0.0

updated description