What is the equilavent function for niftiread in 2016 matlab? Can't upgrade on current SSH

1 visualizzazione (ultimi 30 giorni)
Hi, I have to use 2016 version Matlab, but the code I am trying to use to analyse Dicom->Nifti images is based on 2020 vesion MAtlab. Therefore it has a number of functions that were only introduced from 2017 onwards.
I keep getting the error:
> In read_zipped_nifti_folder (line 10)
Undefined function or variable 'niftiread'.
Error in read_zipped_nifti_folder (line 15)
volume(:,:,:,f)=rot90(niftiread([path_to_unzipped_files,filesep,naked_file_name]));
Any ideas of some equivalent I could use in the 2016 version? Thanks a lot

Risposta accettata

Benjamin Thompson
Benjamin Thompson il 11 Apr 2022
There are some third party posts of code for reading Nifti on the MATLAB File Exchange.

Più risposte (0)

Categorie

Scopri di più su Install Products in Help Center e File Exchange

Prodotti


Release

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by