Warnings with unknown origins
Show older comments
Hi,
In the past, I once installed a toolbox called "SBMLToolbox", I immedieately uninstalled it on the same day (it isn't an official toolbox like the optimization toolbox, it's not in the APP menu). But some warnings persist after removal, even after upgrading to a newer version of MATLAB (2019b to 2021a). Every time I start matlab I get a wall of warnings similar to:
Warning: Name is nonexistent or not a directory: /usr/share/SBMLToolbox
Warning: Name is nonexistent or not a directory: /usr/share/SBMLToolbox/AccessModel
Warning: Name is nonexistent or not a directory: /usr/share/SBMLToolbox/AccessModel/Test
I cannot find the origin of these warnings (which file is trying to source these paths). I have tried this, on the command line:
IFS=$'\n' F=(`find ~/.matlab -type f`)
for f in "${F[@]}"; do grep SBMLToolbox "${f}" ; done
which resulted in nothing. So, if
~/.matlab
contains nothing related to this Toolbox, what can? The APP menu has no mention of this Toolbox (I didn't expect it to).
I also ran the command above for my ~/.local folder, no text file contains any mention of SBMLToolbox and the Command Window (in matlab) desn't show the origin of the warnings. How do I determine that? Is there a trace method for warnings?
Unfortunately, I don't remember much of that day, almost a year ago, when I installed that cursed SBMLToolbox. I just lived with those warnings since then. But, I really want them gone.
Accepted Answer
More Answers (0)
Categories
Find more on Octave in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!