Undefined function 'niftiread'

12 次查看(过去 30 天)
Yunruo Ni
Yunruo Ni 2019-11-22
评论: Mingyu Sun 2022-1-26
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.

回答(1 个)

the cyclist
the cyclist 2019-11-22
niftiread is a function from the Image Processing Toolbox. Do you have that toolbox installed and licensed?
  4 个评论
Steven Lord
Steven Lord 2022-1-26
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 2022-1-26
I just solved my problem by:
rehash toolboxcache
restoredefaultpath
savepath

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by