Should <matlabroot>\toolbox\matlab\codetools\ja\ be in the search path? Solved!
Info
This question is closed. Reopen it to edit or answer.
Show older comments
When I started R2013a today, 446 warnings like this one were displayed.
Warning: Function C:\Program Files\MATLAB\R2013a\toolbox\matlab\codetools
\ja\dbclear.m has the same name as a MATLAB builtin. We suggest you rename the
function to avoid a potential name conflict.
I have never seen anything like this before. ...\ja\dbclear.m seems to be a help-file with "strange" encoding.
...\toolbox\matlab\codetools\ja\ is in the Matlab search path
>> which dbclear -all
built-in (C:\Program Files\MATLAB\R2013a\toolbox\matlab\codetools\dbclear)
C:\Program Files\MATLAB\R2013a\toolbox\matlab\codetools\ja\dbclear.m % Shadowed
>>
Question:
- Should C:\Program Files\MATLAB\R2013a\toolbox\matlab\codetools\ja\ be the in Matlab search path?
- If so, what is going on?
Answers (1)
per isakson
on 18 Aug 2013
Edited: per isakson
on 18 Aug 2013
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!