Dear all,
When starting matlab R2010b, I see warning messages, one of which is shown as follows. I have many of this kind of messages with different file names, but don't understand why. Any suggestion to fix it will be greatly appreciated.
Warning: Function C:\Program Files\MATLAB\R2010b\toolbox\local\ja\license.m has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.
Erhong

1 件のコメント

Mahnoor  Khalid
Mahnoor Khalid 2016 年 12 月 13 日
Warning: Function det has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.
The issue at hand is I dont have a 'det' function throughout the code
The Warning firstly started showing up after I added another environment i.e. vlfeat library into matlab. Each time the Setup file of the library is executed this error shows up. Any help?

サインインしてコメントする。

 採用された回答

Daniel Shub
Daniel Shub 2012 年 1 月 18 日

0 投票

I would look at your path
path
as well as your matlab root
matlabroot
Have you added the directories twice?

3 件のコメント

Erhong
Erhong 2012 年 1 月 18 日
Thanks.
My matlab root is C:\Program Files\MATLAB\R2010b.
As to path, I don't remember exactly if I have added the matlab directories twice. Sorry. And It seems that there are no repetitive items in the path output.
Daniel Shub
Daniel Shub 2012 年 1 月 18 日
A 67 page path is really long. I have a fair number of toolboxes and my default path only has 241 entries. What happens with
strfind(path, [matlabroot, '\toolbox\local\ja'])? For me ...\toolbox\local\ja is not on the path.
Erhong
Erhong 2012 年 1 月 18 日
Thank you Daniel. The[matlabroot, '\toolbox\local\ja']) is on the path of my matlab. Also I ever worked with DIRART and added the corresponding paths, but didn't deleted those paths afterwards.... No other paths.

サインインしてコメントする。

その他の回答 (1 件)

Sean de Wolski
Sean de Wolski 2012 年 1 月 18 日

0 投票

If this isn't causing any conflicts, find your startup.m file and add a clc; to it.

1 件のコメント

Erhong
Erhong 2012 年 1 月 18 日
Thank you! This doesn't affect my work at this moment. It is just annoying...

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeStartup and Shutdown についてさらに検索

質問済み:

2012 年 1 月 18 日

コメント済み:

2016 年 12 月 13 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by