Convert mnc to nii

How can I convert .mnc files to .nii?
Is there any function to do that in MATLAB?

1 Comment

Get the loadminc function from here:
[imaVOL,scaninfo] = loadminc; %this will prompt you to select the .mnc file
niftiwrite(imaVOL, 'YourFileName.nii')

Sign in to comment.

Answers (0)

Tags

Asked:

on 7 May 2020

Commented:

on 30 Sep 2020

Community Treasure Hunt

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

Start Hunting!