Undefined function 'niftiread'

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일

0 개 추천

niftiread is a function from the Image Processing Toolbox. Do you have that toolbox installed and licensed?

댓글 수: 4

Mingyu Sun
Mingyu Sun 2022년 1월 26일
I have Image Processing Toolbox installed and licensed, but I still get this problem. I didn't have such a problem before.
Walter Roberson
Walter Roberson 2022년 1월 26일
Which MATLAB version are you using? niftiread() was introduced in R2017b
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

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

질문:

2019년 11월 22일

댓글:

2022년 1월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by