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

2 views (last 30 days)
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

Accepted Answer

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

More Answers (0)

Categories

Find more on Install Products in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!