Hi Paul,
I understand that you encountered an error while using the "niftiread" function from the Image Processing Toolbox. It seems that this error is specific to the "niftiread" function, as other functions are working correctly in your runtime environment.
According to the documentation, "niftiread" is supported starting from MATLAB R2017b, and since you mentioned that your runtime version is v9.10, it should not be the cause of the problem. Additionally, since other functions are working fine, it indicates that the Image Processing Toolbox itself is functioning properly.
To address this issue, you can try clearing the toolbox cache and restoring the default path by following these steps:
- Run the command "rehash toolboxcache" to clear the toolbox cache.
- Execute the command "restoredefaultpath" to restore the default MATLAB path.
- Save the updated path by running "savepath".
Here is a MATLAB Answer related to your query which might help you to resolve the error:
Please refer to the following articles for more for information regarding clearing cache and restoring the default path:
Hope this helps with your query.
Regards,
Aditi