Hi all,
I am a beginner to FreeSurfer, and have been experimenting with the MRIread function on MATLAB. I am able to load .nii files using MRIread, but is there a way to display a particular slice from a nifti file on MATLAB using MRIread and its related functions?
Thanks in advance, Kevin
sure:
mri = MRIread('vol.nii'); imagesc(squeeze(mri.vol(128,:,:)))
would show the 128th axial slice.
cheers Bruce
On Wed, 25 Jul 2012, Kevin Chen wrote:
Hi all,
I am a beginner to FreeSurfer, and have been experimenting with the MRIread function on MATLAB. I am able to load .nii files using MRIread, but is there a way to display a particular slice from a nifti file on MATLAB using MRIread and its related functions?
Thanks in advance, Kevin _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu