Convert mnc to nii
Afficher commentaires plus anciens
How can I convert .mnc files to .nii?
Is there any function to do that in MATLAB?
1 commentaire
banikr
le 30 Sep 2020
Get the loadminc function from here:
[imaVOL,scaninfo] = loadminc; %this will prompt you to select the .mnc file
niftiwrite(imaVOL, 'YourFileName.nii')
Réponses (0)
Catégories
En savoir plus sur HDF5 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!