Calculate value of each voxel in a 4dim resting-fMRI Nifti image.

6 views (last 30 days)
Hi Guys,
I want to calculate the intensity values of each voxel in a 4dim resting-fmri Nifti image. The dimensions of my 4dim image are: 45*54*45*90.
Is there any matlab script/function that can extract the value of each voxel?

Answers (1)

Prachi Kulkarni
Prachi Kulkarni on 23 Sep 2021
Hi,
You can use the niftiread function to read the intensity values of the 4D spatiotemporal volume of the resting-fMRI into a numeric array.

Community Treasure Hunt

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

Start Hunting!