Art.m overload?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
![](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 commentaires
Réponses (1)
Walter Roberson
le 17 Août 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 commentaires
Voir également
Catégories
En savoir plus sur Read, Write, and Modify Image dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!