Undefined function 'niftiread'

13 visualizaciones (últimos 30 días)
Yunruo Ni
Yunruo Ni el 22 de Nov. de 2019
Comentada: Mingyu Sun el 26 de En. de 2022
I run the matlab function in Termianl which contains the "nitifread", but it failed and showed that "Undefined function 'niftiread' for input arguments of type 'char'."
Here is my matlab function and error warning.

Respuestas (1)

the cyclist
the cyclist el 22 de Nov. de 2019
niftiread is a function from the Image Processing Toolbox. Do you have that toolbox installed and licensed?
  4 comentarios
Steven Lord
Steven Lord el 26 de En. de 2022
According to its documentation page niftiread was introduced in Image Processing Toolbox in release R2017b. Are you using an earlier release than that? If you're not sure, check the output of version.
version
ans = '9.11.0.1847648 (R2021b) Update 2'
Mingyu Sun
Mingyu Sun el 26 de En. de 2022
I just solved my problem by:
rehash toolboxcache
restoredefaultpath
savepath

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by