Can't open nii image with MATLAb R2017a
Mostrar comentarios más antiguos
I am using Matlab R2017a. I am trying to open nii image using thi sversion but i cannot open nii images with thiscommand load_nii('.nii'). It shows th error
Undefined function or variable 'load_nii'.
Did I miss anything? How can I open it?
Thanks advance.
Respuestas (1)
Walter Roberson
el 28 de Mzo. de 2020
1 voto
You need to install https://www.mathworks.com/matlabcentral/fileexchange/8797-tools-for-nifti-and-analyze-image
Note: as of the next release after yours, R2017b, there is niftiread() built in.
1 comentario
Mariya Ferdousi
el 31 de Mzo. de 2020
Thanks.
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!