Art.m overload?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/155817/image.png)
I am using the conn toolbox to analyze fMRI data. I have posted this question in a forum there but have yet to get a response. Using Conn, I am able to get through all of the steps of imaging analysis without an error, but when I try to open the results viewer, I get the attached error. I do not know when during the imaging process this error is occurring and am not sure how to figure it out and I do not understand what "art.m overloaded by file" (the last line of the error code) means. I read the overload class functions page, but I still do not understand it. Can anyone offer some insight?
0 comentarios
Respuestas (1)
Walter Roberson
el 17 de Ag. de 2016
In that code, if valid<=Nr1 is not true for any entry, then Nlabels(valid<=Nr1) would be empty, and that would not be permitted for accumarray(). I speculate that you have an empty ROI.
With regards to the art.m please show us the output of
which -all art
"art" is not part of any Mathworks toolbox, so it might not matter for your purposes if it is overshadowed, but it might matter. You might need to use pathtool to move Artifacts_Detection_Tool to further down in the path.
0 comentarios
Ver también
Categorías
Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!