Name Conflict Warning
Ältere Kommentare anzeigen
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 Kommentar
Mahnoor Khalid
am 13 Dez. 2016
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?
Akzeptierte Antwort
Weitere Antworten (1)
Sean de Wolski
am 18 Jan. 2012
0 Stimmen
If this isn't causing any conflicts, find your startup.m file and add a clc; to it.
1 Kommentar
Erhong
am 18 Jan. 2012
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!